what is oops

OOPs is an Object Oriented Programming language which is the extension of Procedure Oriented Programming language.OOPs reduce the code of the program because of the extensive feature of Polymorphism.

OOP is widely accepted as being far more flexible than other computer programming languages. OOPs use three basic concepts as the fundamentals for the programming language: classes, objects and methods. Additionally, Inheritance, Abstraction, Polymorphism, Event Handling and Encapsulation.


No comments: