DotNetShoutout - Stories tagged with hiding
2
Shouts

Concept Overide vs Method Hiding in terms of CSharp

posted by abhi2434abhi2434 697 days, 5 hours, 11 minutes ago
Friday, June 24, 2011 7:48:36 PM GMT
Overriding is one of the most interesting topic that many software professionals are dealing with quite regularly. Most of the applications we write in .NET or other languages somehow uses overriding. While you write your class, one of the most important thing that you need to consider is overriding ToString() to ensure that your class does not produce the “Name of the class” rather you produce something useful on your context. Method hiding is another concept similar to Overriding but is actually differ... (more)
category: Architecture | clicked: 2 | comment | | source: www.abhisheksur.com
tags: override, hiding, CSharp