Skip to content

Commit 920c422

Browse files
authored
Update ClassB.java
1 parent 5cde9e0 commit 920c422

File tree

1 file changed

+7
-10
lines changed

1 file changed

+7
-10
lines changed

ClassB.java

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,14 @@
1+
//*******************************************************
2+
// ClassB.java
3+
// the class reprsents ClassB
4+
// Author: liron mizrahi
5+
//*******************************************************
16
public class ClassB extends ClassA
2-
37
{
4-
58
public ClassB() {}
6-
7-
8-
9+
910
public void f()
10-
1111
{
12-
1312
System.out.println("Class b");
14-
1513
}
16-
17-
}
14+
}// end of class ClassB

0 commit comments

Comments
 (0)