Why Java is not purely object oriented?
Answer Posted / shibani
No,Java is a purely Object oriented programing language
One language to be object oriented it should support
1.Inheritance
2.Encapsulation
3.Polymorphism
And java support all the features,So its PURE
Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What are scalar data types?
Which container method is used to cause a container to be laid out and redisplayed in java programming?
Explain java heap space and garbage collection?
Differece between class and generic class?
What are the advantages of java over C++?
If goto and const is reserve words than why it is not work in java?
Explain about anonymous inner classes ?
Can we have multiple catch block for a try block?
Can a class have more than one object?
How do you invoke a method?
what is anonymous class in java?
Explain about core java?
Why can we not override static method?
Explain java coding standards for methods?
State the significance of public, private, protected class?