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 encapsulation / property / composition / auto / implemented / has-a / C# Inheritance by Mike
C# PropertiesProperties and fields provide access to data contained in an object. The various pieces of data contained within […] May 17, 2018 in C# tagged auto-implemented / backing / snippet / properties / value / set / get / encapsulation / getter / setter / C# Classes by Mike
C# Access ModifiersWhat are access modifiers? Access modifiers are used to control access to a class and/or its members. We […] May 17, 2018 in C# tagged pascal / private / internal / class / public / protected / encapsulation / camel / oop / C# Classes by Mike