Why Java is not purely object oriented?
Answer Posted / abhi
Java is an OOP language but not a pure Object Oriented
Programming Language.
There are six qualities to make a programming language to
be pure Object Oriented. They are:
i)Encapsulation/Data Hiding
ii)Inheritance
iii)Polymorphism
iv)All predifined types are objects
v)All operations are performed by sending messages to
objects
and vi)All user defined types are objects.
Primitive data types, such as int, char, boolean are not
Objects,which are used by Java.It's why Java is not a "pure
object oriented programming language".
| Is This Answer Correct ? | 15 Yes | 2 No |
Post New Answer View All Answers
Why array is used in java?
What is the purpose of the file class in java programming?
Does substring create a new object?
What are different types of expressions?
What is the program development process?
hi am an engineering student and my next plan is for ms in either in us or australia i got my passport but i dont know anything bout visa can u give brief idea 1)How to get prepared for visa and 2)How to apply for top universities and 3)How to pay the fee and so on These all are basic questions plz give me a clear idea
What does main method?
How are this() and super() used with constructors in java programming?
What is a qualifier in a sentence?
Difference between linkedlist and arraylist.
You're given a Boolean 2D matrix, can you find the number of islands?
Is finalize() similar to a destructor?
What is overloading and overriding in java?
What is mysql driver class name?
What is arraylist e in java?