26.09.2015 Views

PROGRAMSKI JEZICI 2

Предавање 1

Предавање 1

SHOW MORE
SHOW LESS
  • No tags were found...

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

Još jedan primer polimorfizma<br />

Shape c = new Circle();<br />

Shape t = new Triangle();<br />

Shape s = new Square();<br />

// ...<br />

c.draw();<br />

t.draw();<br />

s.draw();

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

Saved successfully!

Ooh no, something went wrong!