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
Hi can any one help me for 70-562 dumps?
What are application partitions? When do I use them
mcse 2003 to mcitp upgrade paper
Can you connect Active Directory to other 3rd-party Directory Services? Name a few options.
Hi, I want to do asp.net certification. So please guide me how i can proceed.
is the cogent cyber solution trainig centre best for .net course?
What are sites? What are they used for?
Which is best insistute to learn IIS 6.0 and 7.0
HI Guys...... Good day ahead How many sub domains can be added in exchange server means in a domain
I want to clear the mcse in 2007. So could i get the latest dump of msce questions?
windows file/folder sharing ?
Types of routing groups
Which is best among dotnet and dotnet diploma? Friends Please answer this question as soon as possible.
What do you do to install a new Windows 2003 R2 DC in a Windows 2003 AD?
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..