C / C++ / C#

  1. Home
  2. Computing & Technology
  3. C / C++ / C#

Definition of Default Constructor

By David Bolton, About.com

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

About.com Special Features

C / C++ / C#

  1. Home
  2. Computing & Technology
  3. C / C++ / C#
  4. Glossary
  5. D
  6. Default Constructor - Definition