Answer Posted / k.manivannan
java is not pure object oriented language.b'coz java supports premitive data types.java claims to be a ool but by it inclusion of basic types that are not object.it fails to meet forth quality.
a pure oopl supports these are all,
1.encapsulation and information hiding
2.polymorpism and dynamic binding
3.Inheritance
4.All premitive types are object
5.all operators perform by sending msg to object
6.all user-defefined types are object.
we doesnt considered forth point java is pure oopl
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
Is string is a data type in java?
What is a lock or purpose of locks in java?
Is array dynamic in java?
Can we cast any other type to boolean type with type casting?
Is math class static in java?
What is the access scope of protected access specifier?
What does super keyword do?
What is the purpose of final keyword and when to use it?
How do you control extraneous variables?
Implementations of set interface?
How can you read content from file in java?
What is javac used for?
How to sort numbers in java without array?
What is the difference between arraylist and hashset in java?
What is a container in a gui?