what is virtual function?
Answer Posted / susanta samal
virtual function is used to prevent from more times
calling.That means if a function is declared as virtual
then its def will be diferent in base class & derived class
| Is This Answer Correct ? | 4 Yes | 7 No |
Post New Answer View All Answers
What is this pointer in oop?
Whats is abstraction in oops?
What does and I oop mean?
Why do we need polymorphism in c#?
What makes a language oop?
What are the three main types of variables?
How do you define social class?
Write a program to sort the number with different sorts in one program ??
How do you define a class in oop?
Is data hiding and abstraction same?
What is the difference between a mixin and inheritance?
Can main method override?
What is abstract class in oop?
Can enum be null?
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).