can we have virtual functions in java?
Answers were Sorted based on User's Feedback
Answer / jana
Virtual function means it doesnot contain any body.In C++
we have virtual functions.
In java also we have virtual functions.abstract methods is
nothing but virtual functions.
Jana
| Is This Answer Correct ? | 4 Yes | 18 No |
What is hashing principle in java?
What is unicode used for?
explain the clone method and clonable interface
adapter class ?
Can we override private method?
Is a class subclass of itself?
How java enabled high performance?
Does java allow default arguments?
Why is it called buffering?
What are keywords give examples?
Explain the reason behind ending a program with a system.exit(0)?
What will happen if we cannot mention "finally" in Java Program ???