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
what is meant by Byte code concept in Java?
Does printwriter create a file?
How thread scheduler schedule the task?
What is a text string?
What is a class in java?
Why can we not override static method?
How do you override a variable in java?
What is a boolean expression in java?
Is linked list a linear or non-linear data structure?
What is 32 bit float?
Is break statement can be used as labels in java?
What is map and hashmap in java?
Explain list interface?
Write a function for palindrome and factorial and explain?
How do you convert an int to a double in java?