Objectives:

To understand and be able to apply the following concepts:

 
    Writing a class
  • How to declare the instance variables
  • The role of instance variables in the class
  • How to write a constructor
  • The role of the constructor
  • How to write the methods
 
    Using the class
  • How to instantiate objects from a class
  • How the code of a class gets activated