Plz wat is the use of object orientation programming in java | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Plz wat is the use of object orientation programming in java

8th Sep 2020, 1:55 PM
Abdul - Razaq
2 Answers
+ 2
Also allows you to reuse code meaning you dont need to repeat your self, making readability alot easier.
8th Sep 2020, 4:27 PM
D_Stark
D_Stark - avatar
+ 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
8th Sep 2020, 2:02 PM
Akash Agrawal
Akash Agrawal - avatar