The text of this article is not in this database — only its details are. Read it on the old site: Runtime polymorphism in c#
3 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: Runtime polymorphism in c#
Join the conversation! Your thoughts help the community grow.
Sign in to leave a comment.
Satish Kumar VadlavalliPosted May 6, 2016, 3:39 AM
Nice
dezrtluverPosted Oct 9, 2012, 6:57 PM
You should learn how to spell.
Harsha TPosted Jul 22, 2010, 2:24 PM
Hello, Nice article. But main function is your consumer code and you are creating the object/references and calling them in consumer code itself. So how to design a your client code where you don't create objects/ reference of your classes, but still you achieve your goal. Thank you