Working with Classes and Inheritances in the .NET Framework Class Library - 16

Embed code for this video

Copy the code above to embed our video on your website/blog.

Close

Video format

Option selected may change based on video formats available and browser capability.

Close

Download

Right click “Save as…”

We've been looking at working with classes in the two previous lessons. The hope is that, by better understanding how classes work, you'll gain an appreciation for how classes are utilized in the .NET Framework Class Library (FCL). Often in the FCL child classes inherit basic functionality from their parent classes. In fact, all classes ultimately inherit from a single base class, System.Object. This lesson continues to teach concepts about classes (specifically, in this case, inheritance) by showing you how to utilize inheritance in custom classes you can create. You'll learn about overriding virtual functionality, abstract base classes, sealed classes and more.

Download the source code for Working with Classes...

Tag:

Follow the Discussion

Comments Closed

Comments have been closed since this content was published more than 30 days ago, but if you'd like to continue the conversation, please create a new thread in our Forums,
or Contact Us and let us know.