In this video tutorial we will start with the introductory part of Object Oriented Programmin with C++.
Definition – OOP is an approach that provides a way of modularizing programs by creating partitioned memory area for both data and functions that can be used as a template(Class) for creating copies of such modules on demand (Objects)
Some basic concepts associated with OOP-
Classes & Objects
Data Abstraction and Encapsulation
Inheritance
Polymorphism
Dynamic Binding