Fillin (hover over or click) the blanks to learn about interface, or create your own lines

+ The "interface" is a method of enforcing that anyone who implements it must include all the functions declared in the interface.
+ An interface simply lists (function prototype) the methods a class must implement


A Lefkon Development