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
Is main a keyword in java?
What is a buffer in java?
What is the size of a string in java?
What is application tier?
Can I use % with real numbers?
I want to re-reach and use an object once it has been garbage collected. How it's possible?
What is unicode with example?
What is exception hierarchy in java?
How to check if linked list contains loop in java?
What is the use of StringTokenizer class?
What is the difference between a checked and an unchecked exception?
what is meant by Byte code concept in Java?
Can an arraylist be empty?
Can we have more than one package statement in source file ?
What is the final keyword denotes?