Answer Posted / ejp
There are no virtual functions in Java so the question is
futile. There are non-final functions, which can be
overridden by a derived class.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is the difference between conversation & casting?
What are the four corner stones of oop?
What is a container in a gui?
Define "Access specifiers" in java.
What are the high-level thread states in java programming?
What advantage do java's layout managers provide over traditional windowing systems?
Can we assign integer value to char in java?
What are different types of states exist for a thread?
What is nested class?
What is the size of int?
Why do we need hashmap in java?
How does thread synchronization occurs inside a monitor?
Why main() method is public, static and void in java ?
Which is faster string or stringbuilder?
What is java argument list?