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
when to use ArrayList and when to use HashMap in webApplication.
What are the steps involved to write rmi based programs?
What are basic data types?
What is Session reduplication and how its done?
What will happen if there is a default method conflict as mentioned above and we have specified the same signature method in the base class instead of overriding in the existing class ?
What does java stand for?
How do you compare objects in java?
What are the loops in java?
How many threads does a core java have?
What is the primitive type short?
What is the loop in java?
How does compareto method work?
What is java basic concept?
What are different types of states exist for a thread?
What are register variables what are the advantages?