Coding By Vincent CruzOctober 4, 2009 Understanding Inheritance in OOP The example below explains inheritance, an important property of OOP languages. We have three classes:…
Coding By Vincent CruzAugust 11, 2009 The Basics Of Object Oriented Programming As I pointed out in my previous post, we use classes in Object Oriented Programming(OOP)…
Coding By Vincent CruzAugust 7, 2009 [C++ Tutorial 2] Multi-Paradigm Programming Whenever the programmers feel the need to change the basic layout of setting up a…