How to: Implement an Abstract Class
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