<<<    Index     Classes of Objects and Instances of Objects >>>

1. Week 2, Chapter 1, Classes of objects

  • Classes vs. objects

  • There are no classes and there are no objects.

  • However, there are classes of objects and instances of objects.

  • What exactly is a class?

    • class is a blueprint of an object:
      blueprint

  • What exactly is an object?

    • a real thing, actual instance of the class:
      object instances

<<<    Index     Classes of Objects and Instances of Objects >>>