+ 1
Plz wat is the use of object orientation programming in java
2 Answers
+ 2
Also allows you to reuse code meaning you dont need to repeat your self, making readability alot easier.
+ 1
Object-orientedĀ programming aims to implement real-world entities like inheritance, hiding, polymorphism etc in programming. 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