Figma ComponentsWhat are the steps involved in making a Figma component and why you might want to use components? […] August 29, 2020 in Graphics tagged copy / button / override / component / Figma by Mike
C# Method Overriding 2This is part 2 of our previous post called C# Method Overriding. In this example we have added […] December 30, 2018 in C# tagged constructor / params / polymorphism / override / virtual / method / C# Polymorphism by Mike
C# Abstract ClassAbstract classes are designed to be inherited from. An abstract class can be used only as the base […] December 12, 2018 in C# tagged class / override / abstract / C# Inheritance by Mike
C# Method OverridingThe post C# Introduction lists all of the C# series of posts we have at this site. Method […] August 5, 2018 in C# tagged polymorphism / override / virtual / method / C# Polymorphism by Mike
C# Overriding ToString MethodMicrosoft has an article on overriding the ToString() method in the web page called Formatting Types in .NET. […] June 23, 2018 in C# tagged C# / convert / tostring / override / overriding by Mike