static void Two() { var hugo = new Cat("Hugo", true); hugo.Talk(); }
static void One() { var hugo = new Cat("Hugo"); hugo.Talk(); }