Glossary:Definition - Constructor

Microsoft .NET Framework, ASP.NET, Visual C# (CSharp, C Sharp, C-Sharp) Developer Training, Visual Studio


Jump to: navigation, search
 Term Constructor
 Definition  Method called automatically when an object is created. The constructor initializes the new object to a valid state by setting member variable values. The constructor has the same identifier as its class.
 See also Destructor
This C# Online.NET definition is from the Glossary of .NET / C# Terms.

Glossary of .NET / C# Terms
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 0-9
edit

Personal tools