Why Java is not purely object oriented?
Answer Posted / miss.nayan vasant sinhe
Java is not truly object oriented language because it does not follow four rules of truly object oriented language i.e.
1)Inheritance
2)Polymorphism
3}Abstraction
4)Incapsulation
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Is stringwriter thread safe?
Can we compare two strings in java?
What does || mean in vectors?
What is core java called?
What is the collection interface?
Is set sorted in java?
What does opcode mean?
What is module with example?
What is the difference between a constructor and a method?
What is a predicate method?
Can I declare class as static or private?
How to do encapsulation in java?
What is bytecode verifier?
What best practices should you follow while writing multithreaded code in java?
Differentiate between a class and an object.