Skip to content

Commit 58145b4

Browse files
authored
Update InheritanceTester.java
1 parent 6c9b3c5 commit 58145b4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

chapter9/InheritanceTester.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ public static void main(String[] args){
88
mom.setName("Glenda");
99

1010
System.out.println(mom.getName() + " is a " + mom.getGender());
11-
1211
}
1312

1413
public static void testSquareOverride(){

0 commit comments

Comments
 (0)