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
Can size_t be negative?
What is the locale class in java programming?
What is a stack class in java ?
Is a boolean 1 bit?
Difference between string s= new string (); and string s = "abv";?
In which language java is written?
How do you break a loop?
What is annotation in java?
Which keyword specify that a variable is effectively final ?
What is a short in java?
What are different types of control structures?
What is the public field modifier?
What are the types of casting?
Name the components that are termed to be Heavy-weight component but available in Light-weight components?
Why is the singleton pattern considered to be an anti pattern?