1. Making a method call using parent
  2. Making a method call using child
  3. Making an object call using parent
  4. Making an object call using child
5 views

1 Answers

Answer: Option 1

Making a method call using parent is the only circumstance in which you should use a static reference to a non-static method.

5 views

Related Questions