1.1 Summary
- Objects have an identity (name), properties (attributes), and behavior (methods).
- Objects are placed in their own classes in the namespace
Geometry.Models. - Objects are instantiated using constructors.
- Static attributes and methods exist independently of the instance.
- Pillars of OOP are: encapsulation, polymorphism, abstraction, inheritance.