18.3.2 Default Constructors
- The constructor that takes no arguments
- Invoked without parenthesis, (except for unnamed temporaries
- Invoked:
- When a variable is declared (or created from the heap) with no
arguments
- The only initializer for elements in an array
- When object is member data of another class, and no initializer
is provided
prev
|top
|next