Introduction to Classes


      Learning Objectives
      Understand the basic concepts of classes and object orientated programming
      Understand the concepts of member functions and member data
      Be able to declare a class
      Be able to access the members of class
      Understand the terms private and public
      Be able to create a constructor for a class

      Source Code from Notes
      Additional Examples
      Quick Check Exercises
      Additional Exercises to try
      Test Cases for Tutorial 9


      Previous Lecture Home