I have a class Foo{} which has a method Print().
I have another class FooBar{} which extends Foo{} and has its own method
Print().
How do I invoke Foo{}'s Print() method from within FooBar{} once its been
overridden?
Jason White
I have a class Foo{} which has a method Print().
I have another class FooBar{} which extends Foo{} and has its own method
Print().
How do I invoke Foo{}'s Print() method from within FooBar{} once its been
overridden?
Jason White