CS202   2- ‹#›
“class” Terminology
nWe have seen the use of structures in a more simple context,
–as we examined with the video struct.
nIt had three members (data members)
äcalled title, category, and quantity.
nThey are “public” by default,
äso all functions that have objects of type video can directly access members by:
nvideo object;
nobject.title object.category object.quantity