Structs

Let's learn about structs.

We'll cover the following...

What is a struct?

A struct is similar to a class and is useful for lightweight objects, such as a point, rectangle, or ...