C# S2E1 : ICloneable Interface - Introduction

preview_player
Показать описание
ICloneable interface is defined in the System namespace and is what we will cover in detail in a series of tutorials in season 2 of C# programming.

This interface has only one method called clone that allows us to make a copy of object. The implementer classes will have access to this method.

Let's introduce it and look at a simple example.
Рекомендации по теме