You have one base class virtual function how will call that
function from derived class?
Answer Posted / mazher
class B:A
{
public override void A_Func()
{
base.A_Func();
}
}
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
What is new keyword in oops?
What is abstraction in oops?
State what is encapsulation and friend function?
What is a class and object?
What is advantage of inheritance?
What is polymorphism used for?
Why do we use polymorphism in oops?
What are objects in oop?
What is a superclass in oop?
What is the point of polymorphism?
What is constructor overloading in oop?
What is class and object in oops?
Why do we use oop?
Is this job good for future? can do this job post grduate student?
Can we create object of interface?