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 difference between private & public & friendly classes?
How do you make an arraylist empty in java?
what are abstract functions?
Can we declare a class as abstract without having any abstract method?
Difference between string, string builder, and string buffer?
What is a singleton class? Give a practical example of its usage.
How you can force the garbage collection?
What is composition in java?
Why packages are used?
What is class forname used for?
What technique can be employed to compare two strings?
Why do we use return statement?
Are strings immutable in java?
How do you create a bulleted list?
When object is created and destroyed?