Why Java is not purely object oriented?
Answer Posted / shibani
No,Java is a purely Object oriented programing language
One language to be object oriented it should support
1.Inheritance
2.Encapsulation
3.Polymorphism
And java support all the features,So its PURE
Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
Is array a class in java?
If A Class Is Declared Without Any Access Modifiers, Where May The Class Be Accessed?
I want to persist data of objects for later use. What’s the best approach to do so?
What is a wrapper method?
How many types of array are there?
What are methods in java?
Can list be final in java?
Difference between start() and run() method of thread class?
What is difference between equals and hashcode method?
What loop means?
What about anonymous inner classes in java?
Can we print null in java?
What is meant by class?
What is internal variable?
What are the differences between checked exception and unchecked exception?