+ 2
Why and how is java OOP language?
I have read Many times that java is OOP language but I don't understand it.
3 Answers
+ 3
because it supports the features of OOP:
1. class
2. object
3. Inheritance
4. Polymorphism
5. Abstraction
6. Encapsulation
+ 5
bcz of its support to the oop features
+ 1
just take the java course in this App and you will get to know it