0 votes
by (1.6k points)

1 Answer

0 votes
by (1.1k points)
selected by
 
Best answer
A default constructor is a function that does not take any parameters. Even if the user does not define a default constructor, the complier defines it implicitly.
...