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

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

2380


windows file/folder sharing ?

1946


How do you create a new application partition

2010


Types of routing groups

2291


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

2217






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

2444


What are application partitions? When do I use them

1812


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

2862


What is POST?

6714


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

1705


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

1977


Which is best insistute to learn IIS 6.0 and 7.0

2310


mcse 2003 to mcitp upgrade paper

2962


What are sites? What are they used for?

2804


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

2421