The text of this article is not in this database — only its details are. Read it on the old site: Interface in C#
4 Comments
Join the conversation! Your thoughts help the community grow.
Sign in to leave a comment.
The text of this article is not in this database — only its details are. Read it on the old site: Interface in C#
Join the conversation! Your thoughts help the community grow.
Sign in to leave a comment.
Bhuvanesh MohankumarPosted May 6, 2016, 4:06 PM
Really Nice one
Chaitanya PatelPosted Jul 30, 2014, 12:10 PM
thanks brother...
Mahesh AllePosted Mar 5, 2013, 7:49 AM
It's a good article for beginners.....
Sam HobbsPosted Feb 27, 2013, 5:55 PM
Thank you for your extensive description of interfaces. I thik it is easy to undersand. The description of cloning at the end might be misuderstood however. Some people might misinterpret "without copying any references" to mean that the cloned object might have some uninitialized members. In C# references are confusing, it is not easy to be clear about things like that.