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
write a program that takes input in digits and display the result in words from 1 to 1000
What is encapsulation selenium?
Why do pointers exist?
What are different oops concepts?
Can abstract class have normal methods?
Whats is abstraction in oops?
Get me an image implementation program.
Write a C++ program without using any loop (if, for, while etc) to print prime numbers from 1 to 100 and 100 to 1 (Do not use 200 print statements!!!)
What is the fundamental idea of oop?
Where You Can Use Interface in your Project
Can static class have constructor?
Can main method override?
Why is object oriented programming so hard?
What polymorphism means?
#include