Skip to content

Commit 4ee0e51

Browse files
committed
Package for Exp6_1
1 parent 99e5d9a commit 4ee0e51

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
package package1;
2+
public class MyPackage {
3+
public void display(){
4+
System.out.println("Package Function display()");
5+
}
6+
}

0 commit comments

Comments
 (0)