Last updated 5 years ago
Was this helpful?
Foo.Quux()
The Bar.Quux class is declared in private scope, you can't use it from a child class. Thus, the call of the Quux method from the Baz class will be used the Foo.Quux class.
Bar.Quux
private
Quux
Baz
Foo.Quux