Sample 1:
class Animal { public static void saySomething() { System.out.print(\" Gurrr!\"); } } class Cow extends Animal { public static void
Some of the known Overriding "PITFALLS"
This explains the output.