UNIT-3 Ooad
UNIT-3 Ooad
UNIT-3 Ooad
tagged values;
operation parameters;
visibility;
initialization values (unless they have business
significance).
Name compartment
• Class name is in UpperCamelCase – it begins with an
uppercase letter, and then is in mixed upper and lowercase,
with each word beginning in uppercase.
• Special symbols such as punctuation marks, dashes,
underscores, ampersands, hashes, and slashes are always
avoided. .
• Class scope operations can only access other class scope operations
and attributes.