Implement Interface
This tip show you how to easily implement an interface in a class.
If you have a class connected with an interface using a realization relationship, you can easily implement operations of this interface.
- Click on the realization relationship to select it.
- Click on Implement interface button in the context bar.
- All operations in the connected interface will be add to the class as non-abstract operations.
New Comment