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 are the rules for naming an array?
What are the four corner stones of oop?
In how many ways we can do synchronization in java?
What’s the difference between unit, integration and functional testing?
What java ide should I use?
What is a Presistent Object?
Can you use abstract and final both with a method?
define polymorphism in java
worst case complexities of Quick sort and Merge sort.
What is an enumeration?
What is queue in java?
What is function declaration?
Detail discussions on JVM, memory management and garbage collector.
How to change the priority of thread or how to set priority of thread?
What is the importance of main method in Java?