<<< Rules for implicit default constructors | Index | Function default parameters >>> |
You must have a default constructor to declare an array of objects:
// 10 calls to Point::Point() Point point_array[ 10 ];
<<< Rules for implicit default constructors | Index | Function default parameters >>> |