Datasets:

ArXiv:
License:
denisko's picture
cnanged dir structure and removed features file
3e77472
raw
history blame
215 Bytes
//create another package
public class accessSpecifiers3 extends proaccessspecifiers {
public static void main(String[] args) {
accessSpecifiers3 obj = new accessSpecifiers3 ();
obj.display();
}
}