C# Base KeywordThis post is about passing parameters to the base class constructor. Suppose our base class (that we are […] June 12, 2019 in C# tagged inheritance / keyword / base / passing / parameter / constructor / C# Inheritance by Mike
C# ColonWhat are the different ways you can use the colon in C#? Here I am going to briefly […] January 11, 2019 in C# tagged ternary / interface / inheritance / implements / colon / switch / extends by Mike
C# Constructors and InheritanceThe post C# Introduction lists all of the C# series of posts we have at this site. There […] August 4, 2018 in C# tagged inheritance / constructors / C# Inheritance by Mike
C# CompositionThere are two kinds of relationships between classes: Inheritance (is-a) Composition (has-a) This post is based on an […] August 3, 2018 in C# tagged class / inheritance / composition / oop / C# Inheritance by Mike
C# Class AssociationThe post C# Introduction lists all of the C# series of posts we have at this site. Classes […] May 20, 2018 in C# tagged composition / class / inheritance / classes / association / coupling / C# Class Association by Mike
C# Inheritance IntroductionThe post C# Introduction lists all of the C# series of posts we have at this site. Inheritance […] May 20, 2018 in C# tagged second / classes / inheritance / pillar / C# Inheritance by Mike
C# Polymorphism IntroductionThe post C# Introduction lists all of the C# series of posts we have at this site. Polymorphism […] April 4, 2016 in C# tagged introduction / polymorphism / inheritance / pillar / third / C# Polymorphism by Mike