Respuesta :

xjkbel

A constructor that doesn't need to accept arguments is a default constructor.


Default constructors can either be called with no arguments or with default arguments provided for every parameter.