Why Java is not purely object oriented?
Answer Posted / rohit pachouli
java is not pure object oriented language because there are
some resons.........
1.it uses primitive data types whic are not object.
2. Java uses static keyword. when we use static keyword
that there is no need of object
3. Not use of mutltiple inheritnce.
4.main reson is in object oriented everything is done in
class but java in case of interfaces and other programs
programming is done out of class.
so java is not pure object oriented
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Why put method is used?
Can a lock be acquired on a class in java programming?
How to retrieve data from database in java using arraylist?
Can we able to pass objects as an arguments in java?
How to find the index of the largest number in an arraylist java?
What does jre stand for?
How do you override a variable in java?
What is functional interface in java?
Differentiate between == and equals().
What are the different ways of implementing thread? Which one is more advantageous?
Is java call by reference?
What is passing by reference in java?
How many types of keywords are there?
what is use of functional interface in java 8?
What are the special characters?