Datasets:

ArXiv:
License:
denisko's picture
cnanged dir structure and removed features file
3e77472
raw
history blame
225 Bytes
//create another package
package pack2;
import pack1.*;
public class accessSpecifiers4 {
public static void main(String[] args) {
pubaccessspecifiers obj = new pubaccessspecifiers();
obj.display();
}
}