Adjust some method calls.
This commit is contained in:
parent
662b668321
commit
f5ff89c633
4 changed files with 4 additions and 3 deletions
Binary file not shown.
|
@ -12,7 +12,8 @@ public class C extends B {
|
|||
|
||||
@Override
|
||||
public void f() {
|
||||
System.out.println("method f() from class B is being called");
|
||||
super.f();
|
||||
System.out.println("method f() from class C is being called");
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue