12.07.2015 Views

Course 1 POO (pdf version)

Course 1 POO (pdf version)

Course 1 POO (pdf version)

SHOW MORE
SHOW LESS

Create successful ePaper yourself

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

Création des objets et messagesDemoVelo.javaclass DemoVelo {public static void main(String[] args) {// Genere deux objets differents du type VeloVelo velo1 = new Velo();Velo velo2 = new Velo();// Invoque les methodesvelo1.accelerer(10);velo1.imprimeEtat();velo2.accelerer(20);velo2.imprimeEtat();}}Said Jabbour - CRIL UMR CNRS 8188 - Univ. Artois<strong>POO</strong> - Licence Math-Info

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

Saved successfully!

Ooh no, something went wrong!