Answer Posted / prashant khot
No. Java is not 100 % Pune OOP because of following three
reasons:
1) It doesnot support Multiple inheritance.
2) It allows use of primitive data types which are not an
objects.
3) It allows static methods to call without creating the
instance. This disobeys OOPs concepts.
Is This Answer Correct ? | 48 Yes | 7 No |
Post New Answer View All Answers
What does string mean in java?
What is the purpose of the enableevents() method in java programming?
Difference between vector and arraylist.
What does bitwise or mean?
What is diamond operator in java?
Explain java coding standards for interfaces?
How to print nodes of a Binary tree?
How does split work in java?
Why singleton is not thread safe?
How to perform selection sort in java?
What is "this" keyword in java? Explain
Is string a class?
What is math floor in java?
Which package is imported by default?
What happens if constructor is private?