Part 9 - Making a Class

In this section we will create our own class with several fields of various types, a constructor, properties to control access to fields, and methods to use.

Making a Class

You have used classes other people have made


What to do:

1 - Work through and complete Making a Class below.

2 - The tutorial will help you to create your own class, and then use it in a Console application (only pages 1-4 are mandatory)

3 - Complete the Classes Programming Assignment specified below.

Submit:


Part 9 - Classes.pdf

Programming Assignment

Part 9 - Classes Assignment.pdf