In this video we are going to discuss how to establish the principle of polymorphism using Interface.All the methods in the interface must have public visibility level. However for the interfaces, we say a class implements an interface. A class can only inherit from one class whereas a class can implement one or more interfaces.