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 namespace same as package in java?
What are the types of inner classes (non-static nested class) used in java?
What does the three dot emoji mean?
What are JVM.JRE, J2EE, JNI?
Is java ee a framework?
What are different types of references?
Write code of any action class?
Can we extend singleton class?
What are parsers? Dom vs sax parser.
Is empty string in java?
What is autoboxing and unboxing?
What is polymorphism and what are the types of it?
What is string buffer?
5 Coding best practices you learned in java?
Can list be final in java?