SlideShare a Scribd company logo
Coding Horror
The scary show for Programmers
Based on True stories from the desk of
software programmers
Inheritance
Episode #1
About the dumbledores
Syed Mansoor Ahmed
(Project Manager)
- Proud Wiproite from last
10 Yrs
- Leads AppC Automation
team
syedmansoor.ahamed@wipro.co
m
Ankit Kashyap
(Analyst Programmer)
- Proud Wiproite from last
5.9 Yrs
- Works as developer;
take care of AppC tools
ankit.kashyap@wipro.com
Why We need it?
Open Close Principle
“software entities (classes, modules, functions,
etc.) should be open for extension, but closed for
modification”
-from Wikipedia
We all know Inheritance! Yay!!
Let’s check it!!!
Time for hands-on…
Car is a
vehicle! So
sweet!!
Back to geometry classes!!
Rectangle Square
Square is a
Rectangle
Awww! Cute ducks need software…
And here darkness ends!!
*Shameless copy from some site
Under the tree! Like Budhha
• Are constructors and destructors inherited ?
• How do you prevent a class from being inherited ?
• Can you mark method as sealed ?
• what do you mean by upcasting and downcasting ?
References…
• http://en.wikipedia.org/wiki/Inheritance_%28object-oriented_programming%29
• http://stackoverflow.com/questions/4428725/can-you-explain-liskov-
substitution-principle-with-a-good-c-sharp-example
• http://en.wikipedia.org/wiki/Liskov_substitution_principle

More Related Content

PPTX
Inheritance in C#
PPTX
Inheritance
PPT
Csharp4 inheritance
PDF
Xamarin: Inheritance and Polymorphism
PPT
Inheritance C#
PPTX
Interfaces c#
PPTX
interface in c#
PPTX
Virtual Functions | Polymorphism | OOP
Inheritance in C#
Inheritance
Csharp4 inheritance
Xamarin: Inheritance and Polymorphism
Inheritance C#
Interfaces c#
interface in c#
Virtual Functions | Polymorphism | OOP

Similar to C# basics training (Inheritance) (20)

PDF
Inheritance and Substitution
PPTX
Inheritance in Java
PPTX
Inheritance
PDF
C++ L10-Inheritance
PDF
OOP Inheritance
PDF
Inheritance Versus Roles - The In-Depth Version
PPTX
INHERITANCES.pptx
PPTX
Programming Primer Inheritance CS
PPTX
inheritance in OOPM
PPTX
inheritance in C++ programming Language.pptx
PPT
Inheritance and its types explained.ppt
ODP
PDF
PDF
L9
PDF
Inheritance - the myth of code reuse | Andrei Raifura | CodeWay 2015
PPTX
Ritik (inheritance.cpp)
PPT
Lec5.ppt
PPTX
Inheritance,constructor,friend function
PPT
6 Inheritance
PPTX
TYPES OF INHERITANCE CONCEPT IN C++.pptx
Inheritance and Substitution
Inheritance in Java
Inheritance
C++ L10-Inheritance
OOP Inheritance
Inheritance Versus Roles - The In-Depth Version
INHERITANCES.pptx
Programming Primer Inheritance CS
inheritance in OOPM
inheritance in C++ programming Language.pptx
Inheritance and its types explained.ppt
L9
Inheritance - the myth of code reuse | Andrei Raifura | CodeWay 2015
Ritik (inheritance.cpp)
Lec5.ppt
Inheritance,constructor,friend function
6 Inheritance
TYPES OF INHERITANCE CONCEPT IN C++.pptx
Ad

More from Ankit Kashyap (9)

PPTX
Xamarin - Why I started learning it?
PPTX
Fast Track introduction to ASP.NET MVC
PPTX
Azure SQL, Blobs and ATS
PPTX
Azure fundamentals Part 1
PPTX
Wipro hackathon tekpill
PPTX
Code workshop
PPTX
C# basics training (tips and tricks)
PPTX
C# basics training (Interfaces)
PPTX
Fast Track - Windows 8 Apps
Xamarin - Why I started learning it?
Fast Track introduction to ASP.NET MVC
Azure SQL, Blobs and ATS
Azure fundamentals Part 1
Wipro hackathon tekpill
Code workshop
C# basics training (tips and tricks)
C# basics training (Interfaces)
Fast Track - Windows 8 Apps
Ad

Recently uploaded (20)

PDF
Building Integrated photovoltaic BIPV_UPV.pdf
PDF
Architecting across the Boundaries of two Complex Domains - Healthcare & Tech...
PDF
Approach and Philosophy of On baking technology
PPTX
20250228 LYD VKU AI Blended-Learning.pptx
PDF
Mobile App Security Testing_ A Comprehensive Guide.pdf
PDF
Build a system with the filesystem maintained by OSTree @ COSCUP 2025
PDF
Chapter 3 Spatial Domain Image Processing.pdf
PDF
cuic standard and advanced reporting.pdf
PPTX
sap open course for s4hana steps from ECC to s4
PPT
Teaching material agriculture food technology
PDF
Optimiser vos workloads AI/ML sur Amazon EC2 et AWS Graviton
PDF
Profit Center Accounting in SAP S/4HANA, S4F28 Col11
PPTX
Spectroscopy.pptx food analysis technology
PDF
7 ChatGPT Prompts to Help You Define Your Ideal Customer Profile.pdf
PPTX
Machine Learning_overview_presentation.pptx
PDF
Blue Purple Modern Animated Computer Science Presentation.pdf.pdf
PDF
Unlocking AI with Model Context Protocol (MCP)
PDF
Network Security Unit 5.pdf for BCA BBA.
PPTX
VMware vSphere Foundation How to Sell Presentation-Ver1.4-2-14-2024.pptx
PDF
Empathic Computing: Creating Shared Understanding
Building Integrated photovoltaic BIPV_UPV.pdf
Architecting across the Boundaries of two Complex Domains - Healthcare & Tech...
Approach and Philosophy of On baking technology
20250228 LYD VKU AI Blended-Learning.pptx
Mobile App Security Testing_ A Comprehensive Guide.pdf
Build a system with the filesystem maintained by OSTree @ COSCUP 2025
Chapter 3 Spatial Domain Image Processing.pdf
cuic standard and advanced reporting.pdf
sap open course for s4hana steps from ECC to s4
Teaching material agriculture food technology
Optimiser vos workloads AI/ML sur Amazon EC2 et AWS Graviton
Profit Center Accounting in SAP S/4HANA, S4F28 Col11
Spectroscopy.pptx food analysis technology
7 ChatGPT Prompts to Help You Define Your Ideal Customer Profile.pdf
Machine Learning_overview_presentation.pptx
Blue Purple Modern Animated Computer Science Presentation.pdf.pdf
Unlocking AI with Model Context Protocol (MCP)
Network Security Unit 5.pdf for BCA BBA.
VMware vSphere Foundation How to Sell Presentation-Ver1.4-2-14-2024.pptx
Empathic Computing: Creating Shared Understanding

C# basics training (Inheritance)