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 is null mean in java?
What is a null class?
What is void in java?
What's the base class of all exception classes?
Is an object null?
Is sizeof a keyword in java programming?
What is the difference between a static and a non-static inner class in java programming?
Can you pass functions in java?
What is casting in java programming?
Explain abstract class in java?
What is output buffer?
Explain about the security aspect of java?
What modifiers may be used with an inner class that is a member of an outer class in java programming?
What is double parsedouble in java?
What is google full form?