What are virtual functions?
Answers were Sorted based on User's Feedback
Answer / satendra
In OOP, virtual methods are those methods which can be
overridden within an inheriting class by a function with the
same signature. This concept is a very important part of the
polymorphism portion of OOP. In JAVA by default all methods
are virtual.
| Is This Answer Correct ? | 19 Yes | 3 No |
Functions which are called at runtime are called virtual
functions.
| Is This Answer Correct ? | 8 Yes | 7 No |
what type of questions asked for barclays technologies pune please send urgent
What are the three types of design patterns?
Why string is immutable with example?
What are Brief Access Specifiers and Types of Access Specifiers?
What is the life cycle of an Applet ?
What is array initialization in java?
What is void data type?
what modifiers are used with top-level class?
What is the biggest integer?
What are the 6 mandatory procedures for iso 9001?
What is diamond operator in java?
Write a method that will remove given character from the string?