Concept of Object Oriented programming in C++ lecture by Dhanesh Gupta
In Object Oriented programming the emphasis is on data rather than on procedure. Programs are divided into objects , Data is hidden and can’t be accessed by external design. The main …