First page Back Continue Last page Graphics
class OR struct
The only difference between saying class or struct is the default protection.
class implies every member between { and the first protection label is private.
struct implies every member between { and the first protection label is public.