Java
TOPIC – ADVANCED OOP PROGRAMMING EXERCISES

separator-blank.png

LEARNING GOALS

  • I can design my own classes by determining the required instance variables, constructors and methods.
  • I can use the three basic class components: instance variables, constructors & instance methods.
  • I can use data encapsulation.
  • I can use aggregation.
  • I can use arrays, ArrayLists and other data structures in my classes.
  • I can use interfaces and inheritance as well as polymorphism.

 

LESSON NOTE

ASSIGNED WORK

separator-campeau.png