
- Gender:
- Male
xGIx
Member, Male
- xGIx was last seen:
- Jul 20, 2014
- Loading...
- Loading...
-
About
- Gender:
- Male
Interact
Signature
Code:java- public class Potato implements Tuber {
- @Override
- public boolean isDelicious() {
- return true; // obviously, potatos are always delicious
- }
- }