April 2004
Intermediate to advanced
480 pages
8h 29m
English
When you create a C# class, you normally provide for the creation of objects of your class by supplying class constructors. Constructors are useful, though, only if clients know which class to construct and have values for the parameters that a constructor requires. Several design patterns address cases where these conditions or other circumstances of ordinary construction do not hold. Before examining designs for cases where ordinary construction is insufficient, it is useful to review ordinary construction in C#.
C# constructors are special methods. In many respects, including access modifiers, overloading, and the syntax of parameter lists, constructors are like ordinary methods. ...
Read now
Unlock full access