Disclaimer: This material is presented to ensure timely dissemination of scholarly and technical work. Moreover, these online courses are provided only for free and for a personal use. Do not use these information for illegal use but please contact the copyright owner for any other use.
Courses -> Object Oriented Programming

This course is an introduction to object oriented programming (OOP) in JAVA. With 38 hours of tutorials and practical work, students must be able to create any application with a JAVA HMI (Human-Machine Interface). Below are some examples of applications :

  1. Implement a stack -> stack.zip
  2. A calculator GUI -> calc.jar -- calc.java
  3. Huffman coding : build the tree -> huffman.jar -- huffman.zip
Tutorials and pratical works are available at the course page.