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
Why is encapsulation used?
Explain virtual inheritance?
What is cohesion in oop?
Write A Program to find the ambiguities in Multiple Inheritance? How are they resolved.(Virtual Functions)
Which is not an object oriented programming language?
What is polymorphism explain?
What language is oop?
What is the advantage of oop over procedural language?
How does polymorphism work?
What is balance factor?
Why polymorphism is used in oops?
Is oop better than procedural?
Whats is abstraction in oops?
What is meant by multiple inheritance?
What is the difference between encapsulation and polymorphism?