Aclass may define members before the first access specifier. Access to such members depends on how the class is defined. If we use the structkeyword, the members defined before the first access specifier are public;if we use class, then
the members are private.