C# Programming Tutorials: Beginners 14 Class Inheritance

preview_player
Показать описание
Part of the series of tutorials on programming C# for beginners

Learn what a base class, a derived class and inheritance is. Casting, sealing and a few other concepts all around class inheritance.
Рекомендации по теме
Комментарии
Автор

Great tutorial - really simple to understand. Keep it up :)

magnusjeppesen
Автор

Have you ever come across an appropriate usage of the 'sealed' keyword (on a class or a method)? I understand what it does but I can't imagine where it's really useful. I've heard it speeds up an application a little bit (since the interpreter doesn't have to look for children classes or something like that), but is it worth it to seal classes only because of that?

patrikbak
Автор

my friend after you finish the chat application. do you have plans on making multi cross platform chat app in android, ios, windows phone and windows store app ?

barryjohnson
Автор

Thanks! You're the best!.Anyone can decompile a C # project and see the source-code?

tomas
Автор

Hey Luke
What mobile phone do you use everyday ?
(Are you an android or Iphone person :D)

DamianWalczak