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 |
Can we define a package statement after the import statement in java?
What is an inner class in java?
What is the main method java?
Explain different states of a thread in java?
What does provide mean construction?
Where we write javascript code in html page?
Life Cycle of Thread
what is main difference b/w abstract class and interface
Can we declare variables inside a method as Final Variables?
What does snprintf return?
what is purpose of collections.unmodified() method..?
What is the importance of hashcode() and equals() methods?