Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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

windows file/folder sharing ?

2531


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

2899


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

2493


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

2730


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

2408


mcse 2003 to mcitp upgrade paper

3483


What is POST?

8902


Types of routing groups

2811


What are application partitions? When do I use them

2334


Which is best insistute to learn IIS 6.0 and 7.0

2770


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

2861


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

2700


What are sites? What are they used for?

3361


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

3078


How do you create a new application partition

2538