Discuss the basic concepts of OOP Write about the benefits and applications of OOP?
Answers
Answered by
3
Answer:
OOP stands for Object-Oriented Programming. As you can guess from it's name it breaks the program on the basis of the objects in it. It mainly works on Class, Object, Polymorphism, Abstraction, Encapsulation and Inheritance. Its aim is to bind together the data and functions to operate on them.
Similar questions