17.01.2015 Views

Compiler

Compiler

Compiler

SHOW MORE
SHOW LESS

Create successful ePaper yourself

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

Overloading<br />

• Use the same method identifier ..<br />

if declared (input) parameter differ in numbers or<br />

declared types<br />

void foo(int x){…};<br />

void foo(int a,b){…};<br />

void foo(String y){...}; // No problems<br />

<strong>Compiler</strong><br />

Symbol Processing 64

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

Saved successfully!

Ooh no, something went wrong!