public static void Main() { Person.Male veryStrongPerson = new Person.Male(); veryStrongPerson.CheckWeight(true); }