Les concepts de la programmation orientée objet : classes, objets, encapsulation, héritage et polymorphisme
Classes
https://gayerie.dev/epsi-b3-java/langage_java/premiere_classe.html
https://koor.fr/Java/Tutorial/java_poo_encapsulation.wp
Attributs et méthodes
https://gayerie.dev/epsi-b3-java/langage_java/attributs_et_methodes.html
https://koor.fr/Java/Tutorial/java_poo_encapsulation.wp
Héritage & Implémentation
https://gayerie.dev/epsi-b3-java/langage_java/heritage_composition.html
https://koor.fr/Java/Tutorial/java_poo_heritage.wp
https://gayerie.dev/epsi-b3-java/langage_java/interface.html
https://koor.fr/Java/Tutorial/java_poo_type_abstrait.wp#interface
https://koor.fr/Java/Tutorial/java_poo_interface.wp
Polymorphisme
https://gayerie.dev/epsi-b3-java/langage_java/polymorphisme.html