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 |
What's the difference between LDIFDE and CSVDE? Usage considerations?
How can you determine what GPO was and was not applied for a user? Name a few ways to do that.
Name a few benefits of using GPMC.
What types of VPN does Windows 2000 and beyond work with natively?
1 byte is equal?
How would you find all users that have not logged on since last month?
i want to give exchange server 284 paper plse send me latest 284 paper dumps i will download
What's the difference between transferring a FSMO role and seizing one? Which one should you NOT seize? Why?
I am unable to access other Pc within network without domain. when i am doing to access other Pc within lan like //192.168.1.11 it gives error message like "the network location cannot reached.For information about network troubleshooting, see windows help" what is the solution?
I AM A FINAL YEAR M.C.A STUDENT.I HAVE DONE OCA AND GOING FOR OCP in oracle 9i developer track and also i am planning for doing MCTS(SQL SERVER 2005) certification. is there any future prospects and it will be benificial for me? reply as early as possible .
how do you manage the sustem administrator job
What is Domain Hosting?