Why java is not a pure object oriented language?
Answer Posted / manikiran
Java fails in multiple inheritance. It is one of the feature
in OOPS concept .Java does not follow all rules of OOPS concepts
Is This Answer Correct ? | 5 Yes | 2 No |
Post New Answer View All Answers
What is the difference between exception and error in java?
Difference between notify() method and notifyall() method in java?
Can we nested try statements in java?
What do you understand by casting in java language?
What is e in java?
What is ‘is-a ‘ relationship in java?
Can we make the abstract methods static in java?
Define interface in java?
What is the structure of java?
How many types of memory areas are allocated by JVM in java?
What is data type modifier?
How does the garbage collector works in java?
What is a parameter in java?
What is struts in java?
Justify your answer that you can't define a method inside another method in java, if you can then how?