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
Write a function to print Fibonacci series and Tribonacci series?
What is the best way to findout the time/memory consuming process?
Why bytecode is called bytecode?
What is size of int in java?
How do you define a set in java?
Why we use methods in java?
Tell me how many ways are there to initialise an integer with a constant.
can rmi and corba based applications interact ?
What is the meaning of I ++ in java?
What is vector capacity in java?
What are the access modifiers available in java?
What is flag in python?
What are streams?
Can we return null in java?
What is the difference between conversation & casting?