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 defines function?
Which package is imported by default?
What is meant by method overriding?
What is the meaning of 3 dots in java?
Why webdriver is an interface?
'A class is a template for an object' explain this statement.
Write a program in java to establish a connection between client and server?
What is meant by bytecode?
Do I need to import java.lang package any time? Why?
What is treeset in java collection?
Is java developer a good career?
what is meant by Garbage collection?
What is int argc char * argv?
how does the run() method in runnable work? : Java thread
Is singleton thread safe in java?