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 the use of System class?
Are true and false keywords?
What is string :: npos?
make a method which any number and any type of argument and print sum of that arguments.....
What does system.gc() and runtime.gc() methods do?
What is garbage collection? What is the process that is responsible for doing that in java?
Why do we need singleton class?
What is the exact difference in between Unicast and Multicast object? Where will it be used?
What are the parts of a method?
What is parseint?
Can we override protected method in java?
Can we create a constructor in abstract class?
Describe what happens when an object is created in java ?
Explain the difference between extends thread vs implements runnable in java?
Can memory leak happen java?