Hello friends. Today I am here to go though another variant of Factory design pattern called Abstract Factory. In case, you have not had a look at my previous article about Factory pattern, I would suggest you to look for them in ARCHIVES section. Before talking about its implementation let’s try to understand the purpose… Continue reading Working with Abstract Factory Pattern
Month: January 2019
var keyword constraints as class fields in C#
Hello friends. Hope you are doing well!! Wish you happy new year!! I am here to talk about the var keyword constraint, when using it in the class level fields in C#. Sometimes , we get a question that why can’t we use var keyword in initializing the class level fields. Let’s have a look at… Continue reading var keyword constraints as class fields in C#