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
What is the difference between JDK and JVM?
What is array command?
How do you compare two objects?
How to remove the trailing spaces from a string?
Explain jvm, jre, and jdk?
What is double parsedouble in java?
What do you mean by platform independence?
Differentiate storage classes on the basis of their scope?
What is the longest unicode character?
What does || || mean in math?
Is void a type?
What's the difference between comparison done by equals method and == operator?
Why method overriding is used?
What access modifiers can be used for methods?
What is the driver class?