"""Learning Object Oriented Programming through C++"" is a beginners' guide for learning fundamentals of OOP and C++. It begins with an introduction to the concepts of Object Oriented Programming. And then it introduces the reader the fundamental programming elements of C++.
In Section II, the author explains C++ Programming that supports OOP conepts such as: Classes and Objects, Function Overloading and Operator Overloading, Inheritance, Virtual Functions and Input Output Handling."