what is virtual function?
Answer Posted / kumod
virtual function can be used to override the propertis of a
function.it is normaly used in inheritance. it is part of
polymerphism.
| Is This Answer Correct ? | 180 Yes | 18 No |
Post New Answer View All Answers
What does and I oop and sksksk mean?
Following are the class specifications: class {int a}; class {int b}; Using friend funtion,calculate the max of two objects and display it.
What is encapsulation in oops?
What is cohesion in oop?
What is Difeerence between List obj=new ArrayList(); and ArrayList obj=new ArrayList()?
What is abstraction in oops with example?
Why multiple inheritance is not allowed?
What is a function in oop?
Why is encapsulation used?
IS IT NECESSARY TO INITIALIZE VARIABLE? WHAT IF THE INSTANCE VARIABLE IS DECLARED final ? IS IT NECESSARY TO INITIALIZE THE final VARIABLE AT THE TIME OF THEIR DECLARATION?
how to get the oracle certification? send me the answer
What is the types of inheritance?
What is object and example?
write a code for this:trailer recordId contains a value other than 99, then the file must error with the reason ‘Invalid RECORD_ID’(User Defined Exception).
Why oops is important?