C#, MS Visual Studio 2019, Practice C#. Windows Forms. Example of developing an inherited form July 20, 2022 BestProgISch Continue reading C#. Windows Forms. Example of developing an inherited form →
C++, Theory, Visual C++ C++. Inheritance. Order of calling constructors during inheritance March 16, 2022 BestProgISch Continue reading C++. Inheritance. Order of calling constructors during inheritance →
C++, Theory, Visual C++ C++. Inheritance. General concepts. Using private, protected, public modifiers March 15, 2022 BestProgISch Continue reading C++. Inheritance. General concepts. Using private, protected, public modifiers →
C#, Theory C#. Support for contravariance in generic interfaces September 12, 2021 BestProgISch Continue reading C#. Support for contravariance in generic interfaces →
C#, Theory C#. Covariance in generic interfaces. The out keyword September 10, 2021 BestProgISch Continue reading C#. Covariance in generic interfaces. The out keyword →
C#, Theory C#. Overriding virtual methods in generic classes August 24, 2021 BestProgISch Continue reading C#. Overriding virtual methods in generic classes →
C#, Theory C#. Hierarchies of generic classes August 21, 2021 BestProgISch Continue reading C#. Hierarchies of generic classes →
C#, Theory C# .NET. Attributes. The role of attributes May 28, 2021 BestProgISch Continue reading C# .NET. Attributes. The role of attributes →
Python, Theory Python. Class inheritance. Rules February 9, 2021 BestProgISch Continue reading Python. Class inheritance. Rules →
Patterns Patterns. Singleton pattern. Usage when single classes form an inheritance hierarchy. C++, C#, Java implementations November 20, 2020 BestProgISch Continue reading Patterns. Singleton pattern. Usage when single classes form an inheritance hierarchy. C++, C#, Java implementations →