Working with Classes and Inheritances in the .NET Framework Class Library - 16
- Posted: Nov 21, 2011 at 9:27 AM
- 18,874 Views
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.
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.
Follow the Discussion
Oops, something didn't work.
What does this mean?
Following an item on Channel 9 allows you to watch for new content and comments that you are interested in. You need to be signed in to Channel 9 to use this feature.What does this mean?
Following an item on Channel 9 allows you to watch for new content and comments that you are interested in and view them all on your notifications page.sign up for email notifications?