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 |
tell the function of Source record of DNS server. why we create Stub zone? Tell Round Robing also?
• How do you view all the GCs in the forest? • Why not make all DCs in a large forest as GCs? • Trying to look at the Schema, how can I do that? • What are the Support Tools? Why do I need them? • What is LDP? What is REPLMON? What is ADSIEDIT? What is NETDOM? What is REPADMIN?
Why not make all DCs in a large forest as GCs?
1 byte is equal?
hi can i take exams for mcse on windows server 2003 now bcoz recently windows server 2008 has been released
what are deference bitween netbiosname &computer hostname?
What is Web Hosting?
what is the different between windows xp home edition and professional ?
Can you connect Active Directory to other 3rd-party Directory Services? Name a few options.
What is the ISTG? Who has that role by default?
What is the Difference between Fat32 and NTFS partion?
Difference between IP V-4 and IP V-6?