News

When designing applications, it is important to know when to use an abstract class and when to use an interface. Although abstract classes and interfaces seem similar in some ways, there are key ...
In this post, I will present a discussion on both virtual and abstract methods and when they should be used. A virtual method is one that is declared as virtual in the base class.