00 2022 Lecture Abstract Classes and Interface
00 2022 Lecture Abstract Classes and Interface
Defining Interfaces
Extending Interfaces
Implementing Interfaces
Class like construct that contains only constants and abstract methods
an interface is similar to an abstract class, but its intent is to specify
common behavior for objects