Q) What is wrong with fallowing code? interface I{ void x();}class A implements I{ }A)When a sub class is created from an interface, it is the responsibility of that sub class to implement or override all the methods of the interface. Share Get link Facebook X Pinterest Email Other Apps Labels Java Theory Share Get link Facebook X Pinterest Email Other Apps Comments
Comments
Post a Comment