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
How is it possible in java programming for two string objects with identical values not to be equal under the == operator?
What does g mean in regex?
What is an iterator interface in java programming?
How do you reverse a string in java?
Can we cast any other type to boolean type with type casting?
Can we use different return types for methods when overridden?
what is the difference between future and callable interface in java?
What are the data types supported by java?
In how many ways we can create threads in java?
Do we have pointers in java?
What is treeset and treemap in java?
What is another word for methodology?
Give differences between Quicksort &Mergesort. When should these sorts be used andwhat is their running time in java?
Is {a, n, d} a palindrome? If you are given a random string, is it a palindrome or not?
What is the common usage of serialization? What exceptions occur during serialization?