|
|
Instantiation of classes | We now focus on a particular way of object creation, namely instantiation of classes.
There are - in principle - two approaches that can be used. Again, it should be emphasized
that both approaches are not necessarily supported in a given programming language. |
|
|
|
On the next page we will see that C# relies on dynamic instantiation. |