30.04.2013 Views

Compiler Compiler Tutorial

Compiler Compiler Tutorial

Compiler Compiler Tutorial

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

Java Interfaces<br />

public interface IAdder<br />

{<br />

int add(int n, int m);<br />

}<br />

public interface IMinus<br />

{<br />

int subtract(int n, int m);<br />

}

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!