Skip to content

Commit ddb48a6

Browse files
authored
Update A3.java
1 parent 653d664 commit ddb48a6

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

A3.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
//*******************************************************
2+
// A.java
3+
// the class reprsents A
4+
// Author: liron mizrahi
5+
//*******************************************************
16
public abstract class A
27
{
38
public abstract boolean f(int x);

0 commit comments

Comments
 (0)