After the previous article here for simple example of inheritance, today I have decided to write something similar for interfaces. Pretty much, interfaces are something similar that objects implement. 🙂 E.g., if you have keyboard and a phone, they both…