|
|
Creating and Deleting Objects | On this page we outline possible ways to create and get rid of objects.
Notice that all these possibilities are not necessarily supported in your
favorite object-oriented programming language, such as C# or Java.
|
Possible approaches to creation and deletion of objects |
|
|
Modern object-oriented languages support explicit object creation and implicit object deletion
(by means of garbage collection) |
Read more about creating and deleting objects in the text book version of this material. |