C# Composition Part 2This post expands on the previous post C# Composition. We are going to expand our program from the […] January 4, 2019 in C# tagged property / composition / auto / implemented / has-a / encapsulation / 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 coupling / composition / class / inheritance / classes / association / C# Class Association by Mike
C# FieldsA field is like a variable that we declare at the class level. We use that to store […] May 15, 2018 in C# tagged fields / composition / C# Classes by Mike