what is OOPs? What are its advantages?
In java programming language we study about a term called as OOP.
OOP stands for Object-Oriented Programming
OBJECT ORIENTED PROGRAMMING (OOP) is a programming concept that works on the principles of encapsulation, abstraction, inheritance and polymorphism. It allows users to create the objects that they want and then, create methods to handle those objects.
The main aim of OOP is to bind together the data and the functions that operate on them so that no other part of the code can access this data except that function
Some of the major advantages of OOPs are :-
Modularity for easier troubleshooting
Reuse of code through inheritance
Flexibility through polymorphism
Effective problem solving
OOPS is object oriented programming,
Benefits of using OOPS is
It provide Encapsulation, Code Reuse and recycling, Data redundancy, Security, Design Benefits, better productivity, Polymorphism Flexibility, Effective Problem Solving, Easy troubleshooting.
Hope this will help you.