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
What is a marker interface?
Where is stringbuffer stored?
Can we print null in java?
Why java doesn’t support multiple inheritances?
What is meant by object oriented programming – oop?
What are access specifiers in java ?
Name component subclasses that support painting in java programming?
Why singleton class is used in java?
what do you understand by synchronization? Or what is synchronization and why is it important? Or describe synchronization in respect to multithreading? Or what is synchronization? : Java thread
What is executor memory?
what is nested class in java?
What is an empty class? What functionality does it offer in Java?
What is hash table in java?
Break statement can be used as labels in java?
Explain the difference between abstract classes and interfaces in java?