Why Java is not purely object oriented?
Answer Posted / sujith
Java is not purely objected oriented because it does not support multiple inheritance and operative overloading. But multiple inheritance is possible with the help of interfaces.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How many threads can I run java?
What is the use of 'super' keyword inside a constructor?
What are the advantages of passing this into a method instead of the current class object itself?
If a class is declared without any access modifiers, where may the class be accessed in java programming?
What is an escape character in java?
What is the purpose of a transient variable?
How can you make a class serializable in java?
What is the difference between synchronized and synchronized block?
What is a void in java?
Why java is a platform independent? Explain
What is static import in java?
What is static class
When is the finalize() called? What is the purpose of finalization?
Explain about instanceof operator in java?
What are the 3 types of loops in java?