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
What is getclass () getname () in java?
What is flag in java?
why an outer class cannot be declared as private?
Why singleton is not thread safe?
What is application system?
What is not thread safe?
What does || mean in code?
Is multiple inheritance supported by java?
What does split function do in java?
What is anagram of a string?
What are local variables?
What is a super method?
What does exp mean in math?
Write a java program that prints all the values given at command-line.
Is null an object in java?