keyword itself says that the class which is implementing the interface will give the implementtion for all the methods in the interface(unless the class is a abstract class).implements
Calling the inherited test method through child object is same as calling the original test method from parent object.