How can I override blocking of inheritance?



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

Post New Answer

More Microsoft Certifications Interview Questions

what is thinclient? why we use? and how to install thinclient? basic requirement?

3 Answers  


primary & secondary storages are 2 main type of storage

2 Answers  


You work as the application developer at Certkiller .com. To get information on a specific method named myMethod, you use Reflection. You need to find out if myMethod can be accessed from a derived class. Which of the following properties should you call from the myMethod class?

1 Answers  


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?

4 Answers   Patni,


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

0 Answers  






Why to make DNS server? If a Client accessing the internet have or not connected with DNS server.

5 Answers   TCS,


What is Server OS? What is Domain Controler?

2 Answers  


What Is The Function of Configuration Partition?

2 Answers  


does computer certificate from school works in bank po's qualifications

1 Answers  


How do you create a new application partition

0 Answers  


Name some GPO settings in the computer and user parts.

1 Answers  


What is Site?

2 Answers  


Categories
  • Cisco Certifications Interview Questions Cisco Certifications (2321)
  • Microsoft Certifications Interview Questions Microsoft Certifications (171)
  • Sun Certifications Interview Questions Sun Certifications (45)
  • CISA Certification Interview Questions CISA Certification (744)
  • Oracle Certifications Interview Questions Oracle Certifications (64)
  • ISTQB Certification Interview Questions ISTQB Certification (109)
  • Certifications AllOther Interview Questions Certifications AllOther (295)