Definition: A default constructor is a constructor in both C++ and C# that has no parameters or where it has parameters they are all defaulted.
If no constructor is supplied then the compiler will supply a default constructor. If
however, any kind of constructor is declared by the programmer than a default is not supplied
Glossary:
A B
C D
E F
G H
I J
K L
M N
O P
Q R
S T
U V
W X
Y Z

