Archive

Posts Tagged ‘virtual functions’

Object-Oriented Thinking Part Two

January 22nd, 2010 2 comments

(See “Object-Oriented Thinking, Part One“, if you haven’t done so already.)

In an earlier article, I talked a bit about how to get started with Object Oriented Programming (OOP), and I presented some information about encapsulation.

But this time we’re going to go a step further and talk about another major cornerstone of OOP: inheritance.

Read more…

Share