Why java is not a pure object oriented language?
Answer Posted / dhruba guha
Java is not truely object orient Progrmaing Language ebecoz
1) in OOPS everything has to be Object but java supports
Primitive data type.
2) Java does not support multiple inheritance directly,
through help of interface java support multiple inheritance.
3) java does not esupport circular inheritance.
4) in OOPS everything need to be store heap but java use 5
type of memory heap, stack, native stack, register, code
segment.
Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
What are class members by default?
What are basic keywords?
Is java good for beginners?
How does java enable high performance?
What is balanced tree in java?
How do I get a substring?
Can we serialize singleton class?
Which collection does not allow duplicates in java?
What does file separator do in java?
Why is it called a string?
What does indexof mean?
What are keywords in java?
Can we extend private class in java?
Where is core java used?
Is java se open source?