Answer Posted / 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 |
Post New Answer View All Answers
What does jenkins do?
Where is singleton pattern used?
What are methods and how are they defined?
Name the components that are termed to be Heavy-weight component but available in Light-weight components?
What is the difference between and ?
how to convert Java project into Maven ?
Why string objects are immutable in java?
What is the difference between static method and instance method in Java?
Can we inherit a class with private constructor?
What are the main differences between the java platform and other platforms?
What is the Scope of Static Variable?
Which is dependent variable?
Explain different types of wrapper classes in java?
What is the difference between state-based unit testing and interaction-based unit testing?
What is the use of :: in java?