Answer Posted / sumit
NO, java is not 100% oops because
1) it doesn't support directly multiple inheritance(using interface for multiple inheritance)
2) we cannot overload operators.
3) it allows static methods to cal without creating the instance.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is the program development process?
Can you give names of Container classes?
Can set contain duplicates?
Difference between operator overloading and function overloading
Why java is platform independent? Explain.
What are three advantages of using functions?
What are multiple inheritances? Is it supported by java?
What are 3 boolean operators?
What is java in simple terms?
Why map is used in java?
Explain the advantages of packages in java?
What are Normalization Rules? Define Normalization?
What is rmi and steps involved in developing an rmi object?
What is collections framework?
What is the return type of the main method?