Java View all facts Glossary Help |
syntactic unit > declaration > object declaration |
object declaration | ||||
subject | fact |
object declaration | does not create a new object | |
has example Rectangle rect; | ||
has purpose to declare an object, without actually creating it | ||
has syntax type namewhere type may be the name of a class or an interface | ||
is a subtopic of Objects | ||
is a kind of declaration | ||
declaration | is part of definition | |
syntactic unit | has syntax rule bold = mandatory |