Skip to content

7.1 Summary

  1. An interface is a class-like construct to specify behavior for classes.
  2. An interface has only abstract members (no implementation).
  3. The implementing classes must implement the members.