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
What is the difference between yielding and sleeping in java programming?
What is the use of conditional statement?
Why string is immutable or final in java
How does linkedhashmap work in java?
Why can we not override static method?
What are passing parameters?
Explain restrictions for using anonymous inner classes?
Which is the best approach for creating thread ?
What is method overloading with type promotion?
What is null mean in java?
How to declare an arraylist in java?
What is thread synchronization in java?
What is the syntax and characteristics of a lambda expression? Explain
What is used of static keyword in java?
What do you understand by casting in java language?