Why Java is not purely object oriented?
Answer Posted / rohit jadhav
Java is not a puerly object oriented language because the
concept of pointers is not used in java. Also, we cannot
implement multiple inheritance in java using only classes
and not an interface.
| Is This Answer Correct ? | 18 Yes | 67 No |
Post New Answer View All Answers
Is 0 true or is 1 true?
What are the legal operands of the instanceof operator?
What is difference between == and === in js?
Does java trim remove newline?
How java is similar to c?
Why a dead thread occurs?
Does chrome use java?
How is hashset defined in java?
What do you mean by an interface in java?
What is assembly language?
I want to persist data of objects for later use. What is the best approach to do so?
Explain about static imports in java?
What is the major advantage of external iteration over internal iteration?
What is the main use of java?
What is the dot operator?