How many parameters can a default constructor have?
If a class contains no instance constructor declarations, a default instance constructor is automatically provided. That default constructor simply invokes the parameterless constructor of the direct base class.
Currently there are no comments in this discussion, be the first to comment!