How can I override blocking of inheritance?
Answer / 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 |
someone asked me what Microsoft subjects i want to learn? and i said i want to learn Windows and Exchange. so could u tell me what related subjects in windows? and what related subjects in Exchange?
Name three booting files?
I am an employee in one company. I need to do asp.net certification. I am new to this technology and also i am studying it from one month. So please guide me how i can proceed for doing my certification.
What are the FSMO roles? Who has them by default? What happens when each one fails?
What is Active Directory Domains & Trust?
Can you connect Active Directory to other 3rd-party Directory Services? Name a few options.
How do you backup Active Directory?
what is thinclient? why we use? and how to install thinclient? basic requirement?
I want to clear the mcse in 2007. So could i get the latest dump of msce questions?
What is Active Directory Database Location?
HI Guys...... Good day ahead How many sub domains can be added in exchange server means in a domain
Q.1. You set up scheduled tasks to run & notify you of any failures. 3 days later you see that none of the tasks ran & you received no notifications. What to do?