⟩ What Is Interface or Benefit of Interface in term of OOP?
► Allows you to specify a set of methods that
classes are required to implement
► Classes can implement multiple interfaces,
interfaces can extend each-other
► Interfaces can be seen as contracts to be
developed against, great for frameworks