Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
You can use Class Designer to implement an abstract class.
For this procedure, the following is assumed:
Your project contains an abstract class.
The abstract class contains abstract members.
The abstract class is the base class in an inheritance relationship with another class. (The derived class need not be an abstract class.)
Implement an Abstract Class
- Right-click the derived class, choose Intellisense then choose Implement Abstract Class. All abstract members from the base class are implemented in the derived class.
See Also
Tasks
How to: Define Inheritance Between Types
How to: Create Types on Class Diagrams