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
Can we create object of interface?
What is abstraction encapsulation?
hi, this is raju,iam studying b.tech 2nd year,iam want know about group1 and group2 details, and we can studying without going to any instutions? please help me.
What is the difference between inheritance and polymorphism?
any one please tell me the purpose of operator overloading
What is polymorphism what are the different types of polymorphism?
How do you define social class?
Can static class have constructor?
What is abstraction in oop with example?
What is an interface in oop?
write knight tour problem which is present in datastructure
What is the real time example of encapsulation?
What is debug class?what is trace class? What differences are between them? With examples.
i=20;k=0;
for(j=1;k-i;k+=j<10?4:3)
{
cout< Can an interface inherit a class?