What is virtual function?where and when is it used?
Answer Posted / reshma khan pathan
In object-oriented programming, a virtual function is a
function whose behavior can overridden by a function of
same signature of inherited class.
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
officer say me - i am offered to a smoking , then what can you say
Is data hiding and abstraction same?
What is encapsulation process?
Why interface is used?
What does oop mean in snapchat?
What exactly is polymorphism?
What are different types of JVM's? for example we use dalvik jvm for android then what about the remaining operating systems?
What is the real life example of polymorphism?
What is difference between data abstraction and encapsulation?
Explain the advantages of inheritance.
What is byval and byref? What are differences between them?
What is a class oop?
Templates mean
What are the 3 pillars of oop?
write a code for this. serial_number contained in the header of the file will be read , if this serial number is less than a previous serial number within a successfully processed file, or is the same as another serial number within a successfully processed file, or if the field contains anything other than 7 digits, then the file must error with the reason ‘Invalid SERIAL_NUMBER’.