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 are wrapped classes?
What is the difference between interpreter and compiling ?
whats the life cycle of jsp
How do you add spaces in java?
What is lazy initialization in java?
What the difference is between execute, execute Query, execute Update?
How do I start learning java?
explain the concept of virtual method invocation in polymorphism in detail?
What is unmodifiable list in java?
What is the difference between an array and an array list?
How do you represent a space in regex java?
How can a gui component handle its own events?