public static void Main()
Animal myDuck = new cat("DUCK", 2, "White");
Animal myCat = new cat("CAT", 2, "Brown");
Console.WriteLine("This is the information of "+Nama);
Console.WriteLine(Nama + " has " + Kaki+ " legs and has a " + Warna + " color " );
public duck(string NAME, int LEGS, string COLOR){
public cat(string NAME, int LEGS, string COLOR){