In which of the following circumstance should you use a static reference to a non static method?
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
Answered