See More

package com.java; public class InterfaceExam { public static void main(String[] args) { // TODO Auto-generated method stub // CatEx c1 = new CatEx(); //c1.sound(); AnimalEx myCat = new CatEx(); myCat.sound(); } }