1 2 3 4 5 6
public class GNUApplications implements IBaseApplications{ @Override public void installApplications() { System.out.println("Installing: " + this.getClass().getSimpleName()); } }
This is the personal website of Senthil Kumaran. Amongst many things, he is a Software Developer, and a CPython Hacker.