Introduction to Objects

 

      Week 3

  1. What is Object Oriented Programming?
  2. The Car Class
  3. Constructing objects with new
  4. Initializing Fields
  5. The Member Access Separator .
  6. Using a Car object in a different class
  7. Methods
  8. Invoking Methods
  9. Implied this
  10. Passing Arguments to Methods & Example
  11. Returning Values From Methods
  12. Returning Multiple Values From Methods
  13. Constructors
  14. Changing the Implementation
  15. Using constructors
  16. Access Protection
  17. The Four Levels of Access Protection
  18. Further Examples of Classes
  19. Week 3 Exercises
  20. What should be public What should be private

Previous | Next