26.09.2015 Views

PROGRAMSKI JEZICI 2

Предавање 1

Предавање 1

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

Create successful ePaper yourself

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

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!