How can I override blocking of inheritance?

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


Please Help Members By Posting Answers For Below Questions

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..

2445


Which is best among dotnet and dotnet diploma? Friends Please answer this question as soon as possible.

1836


Can you connect Active Directory to other 3rd-party Directory Services? Name a few options.

2862


HI Guys...... Good day ahead How many sub domains can be added in exchange server means in a domain

2222


mcse 2003 to mcitp upgrade paper

2966






Hi, I want to do asp.net certification. So please guide me how i can proceed.

2381


Which is best insistute to learn IIS 6.0 and 7.0

2310


I want to clear the mcse in 2007. So could i get the latest dump of msce questions?

1981


Types of routing groups

2293


What are sites? What are they used for?

2806


How do you create a new application partition

2016


Hi can any one help me for 70-562 dumps?

2421


is the cogent cyber solution trainig centre best for .net course?

2180


What is POST?

6720


What do you do to install a new Windows 2003 R2 DC in a Windows 2003 AD?

1707