public static void Main()
Console.WriteLine(Akiro.BREED);
Console.WriteLine("DECONSTRUCTOR METHOD TRIGGERED");
public static void Treat()
Console.WriteLine("Akiro sits to the ground while barking, Woof Woof Woof!");
public static void BadDog()
Console.WriteLine("Wooof T_T");
public const string BREED = "Akiro: I'm a Pomeranian!";
public static string favorites {get; set;}
public static string hates {get; set;}
hates = "You, unless you feed me some treats!";