Why Java is not purely object oriented?
Answer Posted / n.prabakaran
java is an not purely object oriented language.c++ is an
purely object oriented language.Because of java support OOPs
principles and others concept support that reason only java
is an not purely obj oriented language.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is java util function?
What is remote method invocation (rmi)?
how we can make a write-only class in java?
Can we modify the throws clause of the superclass method while overriding it in the subclass?
Why is stringbuffer faster than string?
Explain the difference between call by refrence and call by value?
How do you write a good declaration?
What is the point of polymorphism java?
What is continuity of a function?
what are synchronized methods and synchronized statements? : Java thread
What are the differences between heap and stack memory?
How a variable is stored in memory?
What is an immutable object?
What loop means?
What is immutable class in java?