Object Oriented Software Engineering   View all facts   Glossary   Help
subject > representation > name > class name > Java class name
Upclass name, name

Java class name
subjectfact 
Java class namedoes not contain spaces2001-08-30 14:56:10.0
has first letter of each word capitalized by convention2001-08-30 14:56:10.0
has example PartTimeEmployee2001-08-30 14:56:10.0
is a subtopic of 2.2 - Classes and Objects2001-08-30 14:56:11.0
is a kind of class name2001-08-30 14:56:11.0
is a kind of name2001-08-30 14:56:11.0
class namecan be chosen from nouns or noun phrases in source material unless they are
  1. redundant
  2. represent instances
  3. are vague or general
  4. correspond to classes that are not needed for this application or this type of model
2001-08-30 14:54:52.0
is written in the singular by convention2001-08-30 14:54:52.0
should be a noun by convention2001-08-30 14:54:52.0
should not be too general or too specific2001-08-30 14:54:52.0