Why Java is not purely object oriented?
Answer Posted / naresh joshi
java is not purely object oriented language ,because it
does'nt support all feature of OOPs theory
e.g. multiple inheritence , operator overloading
and also everything in java is not object like primitive
datatypes
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Is singleton set an interval?
How many types of methods are there in java?
What is the benefit of lambda expressions?
In a container there are 5 components. I want to display the all the components names, how will you do that one?
What is the name of the java compiler?
Can we rethrow the same exception from catch handler?
What is finally and finalize in java?
Convert a BST into a DLL and DLL to BST in place.
Why there are some null interface in java? What does it mean?
What are the 4 types of characters?
What do you mean by constant time complexity?
How do I print a “?
How do you define a method?
Explain the protected field modifier?
How many arguments can a method have java?