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 |
Why is java called the platform independent programming language?
Why stringbuilder is not thread safe?
How do you replace all in word?
What does a method signature consist of?
Difference between vector and arraylist.
How to sort double array in java?
What are the observer and observable classes?
What state is a thread in when it is executing?
Features of JAVA ? In which version of java synchronizedXXX() methods are included in Collections class.
Is main a function?
What is finally in Java?
What is the final keyword in java?