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.

  1. Click on the realization relationship to select it.
  2. Click on Implement interface button in the context bar.
  3. All operations in the connected interface will be add to the class as non-abstract operations.
Implement Interface

New Comment

Comment