Java   View all facts   Glossary   Help | 
| syntactic unit > access unit > constructor > constructor with no parameters | 
| constructor with no parameters comparison table | |||
| Subject | define | is a kind of | has definition | 
|---|---|---|---|
| constructor | access unit | A procedure that is called whenever a new object is created | |
| constructor with no parameters | if you define a constructor with parameters and you create instances using a constructor with no arguments | constructor | 
Next constructor: default constructor     Up: constructor