public class Andruid929 extends Human implements AspiringDev {
//Hi, my name is Andrew and I loooove to type on my keyboard!
@Override
public void sleep() {
if (isExcited) {
throw new UnsupportedOperationException();
}
super.sleep();
}
@Override
public Developer getSoftwareDev() {
return (Developer) this;
}
}- Le-utils my current favorite (public) project, utility library.
- Mind Editor my first dndroid app.
