Answer Posted / ashutosh yadav
Java is pure OOP becoz it provides all the properties of OOP languagelike inheritance, polymorphism etc.
)As far as Non Availability of Multiple Inheritance is concerned Java provides that feature too with "Interface".
(2)although java supports Primitive data types but to make it pure OOP language it now provides Wrapper classes like Integer, Float, Double as Object implementation of Primitive data types.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
Can a destructor be called directly?
What is object in oop?
What is difference between abstraction and encapsulation?
What is constructor in oop?
How do you answer polymorphism?
can inline function declare in private part of class?
What is the types of inheritance?
What is pure oop?
Plese get me a perfect C++ program for railway/airway reservation with all details.
What is object-oriented programming? Webopedia definition
Why is abstraction needed?
What is the main purpose of inheritance law?
What is multilevel inheritance in oop?
What is polymorphism explain?
Why polymorphism is used in oops?