Adjust some method calls.

This commit is contained in:
Siwat Sirichai 2020-11-18 14:00:27 +07:00
parent 662b668321
commit f5ff89c633
4 changed files with 4 additions and 3 deletions

Binary file not shown.

View File

@ -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

View File

@ -1,5 +1,5 @@
#Generated by Maven Integration for Eclipse
#Tue Nov 10 13:35:16 ICT 2020
#Wed Nov 18 13:58:23 ICT 2020
m2e.projectLocation=C\:\\Users\\siwat\\GitHub\\ise-comprog-after-midterm\\screwdriver-3.5.6
m2e.projectName=screwdriver-3.5.6
groupId=it.ramecera.ict

View File

@ -1,5 +1,5 @@
#Generated by Maven Integration for Eclipse
#Tue Nov 10 13:35:17 ICT 2020
#Wed Nov 18 13:58:25 ICT 2020
m2e.projectLocation=C\:\\Users\\siwat\\GitHub\\ise-comprog-after-midterm\\waxds-copper
m2e.projectName=waxds-copper
groupId=it.ramecera.ict