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 an accessor?
How do you use find and replace?
Does treeset use compareto?
Write a program to show whether a graph is a tree or not using adjacency matrix.
What is the main use of generics in java?
What is bubble sorting in java?
How to split arraylist elements in java?
What are annotations in java?
What is foreach loop in java?
Write a program based on Java script program.
What is the difference between the paint() and repaint() methods?
What is difference between add() and addelement() in vector?
What's the purpose of using break in each case of switch statement?
What is void data type?
What is java objectoutputstream?