What are Constructors, and how are Constructors used?(www.dotnetblocks.com)
submitted by
DotNetBlocks(393) 1 year, 4 months ago
Constructors are methods or subroutines that are called when a new instance of a class is created as an object. The constructor is called to initialize the values of the internal variables (data members) in the object and other advanced data types that form a Has-A relationship with the object.
|category: C#
|Views: 4
tags:
Architecture C# another
Everyones tags:
Your Tags: