In this lesson we will go through several steps to create a rectangle class. These steps will give you an overview of some of the features and advantages of using a class.
Bear in mind that a rectangle is fairly simple, other classes may have a great more complexity.
Note: All code shown works for the latest version of Microsoft Visual Studio. If you are not using tat, please get a simple "Hello World" program working and adjust as necessary.