Object Oriented Programming/Fundamentals

Fundamentals edit

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 edit