Object Oriented Programming/Fundamentals
Fundamentals
There are some books on OOP that will tell you that the cornerstones of object oriented programming are encapsulation, inheritance, and polymorphism, or something along those lines. This is fairly typical of the classic OOP view.
OOP Fundamentals
- Classes *
- Constructors
- Classes
- Constructors
- Methods
- Properties
- Static vs Dynamic Methods
- Private vs Public