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 the history of java?
What are class members by default?
When will we use them?
Will minecraft java be discontinued?
Explain about static nested classes in java?
How can you set the applet size?
Are strings immutable in java?
What is a predicate method?
What are the two ways in which thread can be created?
Can we declare the main method of our class as private?
What are some examples of variable costs?
What is return code?
Is a class an object?
Explain the advantages of packages in java?
What is :: operator in java?