A class can be thought of as a “type”, with the objects being a “variable” of that type. Multiple objects, or instances of a class can be created in a single HLU program , just as you declare multiple variables of the same type in any program.
Read more