Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon.

Pages: 1-

java

Name: Anonymous 2010-07-09 22:40

dear prog teach me recursion in java thats all

Name: Anonymous 2010-07-09 22:44

stack overflow

Name: Anonymous 2010-07-09 22:44

Read GOF.

Name: Anonymous 2010-07-09 22:50



interface ILoI {

   int add();
}

class LoI implements ILoI {
   int first;
   ILoI rest;

   int add(){
     return this.first + this.rest.add();
}

class MTLoi implements ILoI {

   int add() {
      return 0;
  }
}

Name: Anonymous 2010-07-09 22:52

Less of this.

Name: Anonymous 2010-07-09 22:56

i lOVe INTErFaces

Name: Anonymous 2011-02-03 5:26

Don't change these.
Name: Email:
Entire Thread Thread List