Saved Bookmarks
| 1. |
Explain oops concept in c++ with real time example |
| Answer» OBJECT Oriented Programming. Object Oriented programming is a programming style that is associated with the CONCEPT of CLASS, OBJECTS and VARIOUS other concepts revolving around these two, like Inheritance, Polymorphism, Abstraction, Encapsulation etc. | |