Answer Posted / maniprakash snstech at covai y
if you want to override the block of method form base class
you must use the method in base class as virtual and use the
method in sub class in override..
like an example:
class A //base class
{
public virtual void add()
{
// some operations...
}
}
class B : A //derived class from base class
{
public override void add()
{
//
}
}
If you call the method add() it should execute the derived
class method only not execute the base class add() method..
base class add() was blocked or hidden..
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
Which is best insistute to learn IIS 6.0 and 7.0
What are sites? What are they used for?
Which is best among dotnet and dotnet diploma? Friends Please answer this question as soon as possible.
I want to clear the mcse in 2007. So could i get the latest dump of msce questions?
What is POST?
mcse 2003 to mcitp upgrade paper
HOW TO USE FSMO ROLES IN FOREST.. MEANS IF WE HAVE A THREE DOAMINS IN FOREST .....THEY R HYD.COM(FIRST ONE....PRIMARY DOMAIN IN THE FOREST),BANG.COM (SECOND DOMAIN),CSD.COM(THIRD DOMAIN). I WANT TO IMPLEMENT FSMO ROLES IN THIRD DOMAIN HOW TO IMPLEMENT IT ...MEANS HOW TO CONNECT WITH DOAMIN AND WHAT ROLES WE IMPLEMENT..
How do you create a new application partition
Hi can any one help me for 70-562 dumps?
windows file/folder sharing ?
HI Guys...... Good day ahead How many sub domains can be added in exchange server means in a domain
What do you do to install a new Windows 2003 R2 DC in a Windows 2003 AD?
is the cogent cyber solution trainig centre best for .net course?
What are application partitions? When do I use them
Hi, I want to do asp.net certification. So please guide me how i can proceed.