What are virtual functions?

Answers were Sorted based on User's Feedback



What are virtual functions?..

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

What are virtual functions?..

Answer / niranjanravi

Functions which are called at runtime are called virtual
functions.

Is This Answer Correct ?    8 Yes 7 No

Post New Answer

More Core Java Interview Questions

Java support call by reference (pass by reference) ?

1 Answers   HCL,


what models are available for event handling?

1 Answers  


Is Constructor possible in abstract class in java ?

0 Answers   HCL,


What is meant by Java interpreter?

4 Answers  


Can final class have constructor?

0 Answers  






What are anonymous inner classes?

0 Answers  


What will be the default values of all the elements of an array defined as an instance variable?

0 Answers  


Definition for connection pooling?

3 Answers  


Who is founder of java?

0 Answers  


In the below example, how many string objects are created?

0 Answers  


Can anonymous class have constructor?

0 Answers  


What is meant by javabeans?

0 Answers  


Categories