Java | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 21

Java

What is OOP in Java ?

7th Mar 2020, 8:19 PM
Ahmed Mahmoud
Ahmed Mahmoud - avatar
2 Answers
+ 2
object-oriented programming, classes are treated as objects. Java Class is an entity that determines how an object will behave and what the object will contain
7th Mar 2020, 8:29 PM
Joan Gutiérrez Ruiz
Joan Gutiérrez Ruiz - avatar
+ 1
Object-oriented programming System(OOPs) is a programming paradigm based on the concept of “objects” that contain data and methods. The primary purpose of object-oriented programming is to increase the flexibility and maintainability of programs.
7th Mar 2020, 8:56 PM
ROBIN C R
ROBIN C R - avatar