Object Oriented Programming/Fundamentals

From Wikibooks, open books for an open world
Jump to navigation Jump to search

Fundamentals[edit | edit source]

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 | edit source]