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 are functions in java?
What are the two main uses of volatile in Java?
What is the main use of java?
What is unsigned char?
What is this keyword in java?
What is a static method in java?
What's the difference between comparison done by equals method and == operator?
What is difference between static class and singleton pattern?
What language is pass by reference?
What is the exact difference in between Unicast and Multicast object?
Is integer immutable in java?
How do you clear a method in java?
Is there a sort function in java?
Explain thread life cycle in java?
What is singleton class in java and how can we make a class singleton?