Java, Theory Java. Using enums as classes November 13, 2021 BestProgISch Continue reading Java. Using enums as classes →
Java, Theory Java. Enumerations. Keyword enum. Examples November 12, 2021 BestProgISch Continue reading Java. Enumerations. Keyword enum. Examples →
C#, Theory C#. The System.Enum class. Enumeration April 8, 2021 BestProgISch Continue reading C#. The System.Enum class. Enumeration →
C++, Theory, Visual C++ C++. Enumerations. Keyword enum. The advantages of using enumerations. Examples June 26, 2019 BestProgISch Continue reading C++. Enumerations. Keyword enum. The advantages of using enumerations. Examples →
C#, Theory C#. Initialization in classes. Ways to initialize data in the class. Initialization of variables of basic types. Initialization using object initializers December 2, 2018 BestProgISch Continue reading C#. Initialization in classes. Ways to initialize data in the class. Initialization of variables of basic types. Initialization using object initializers →
C#, Theory C#. Passing arrays to methods. Examples of passing arrays of base types. Passing arrays, structures, classes, enumerations to methods. Passing two-dimensional arrays to methods. Returning the array from method November 15, 2018 BestProgISch Continue reading C#. Passing arrays to methods. Examples of passing arrays of base types. Passing arrays, structures, classes, enumerations to methods. Passing two-dimensional arrays to methods. Returning the array from method →
C#, Theory C#. Reflection. Examples of obtaining information about methods, interfaces, classes, structures, enumerations, delegates, type fields, method parameters, type statistics November 9, 2018 BestProgISch Continue reading C#. Reflection. Examples of obtaining information about methods, interfaces, classes, structures, enumerations, delegates, type fields, method parameters, type statistics →
C#, Theory C#. Reflection of types. Getting type metadata. The System.Reflection namespace. Class System.Type. Ways to get information about type November 3, 2018 BestProgISch Continue reading C#. Reflection of types. Getting type metadata. The System.Reflection namespace. Class System.Type. Ways to get information about type →
C#, Theory C#. Dynamic memory allocation. The ‘new’ operator Memory allocation for value types, structures, enumerations, objects of classes. Memory allocation for arrays October 16, 2018 BestProgISch Continue reading C#. Dynamic memory allocation. The ‘new’ operator Memory allocation for value types, structures, enumerations, objects of classes. Memory allocation for arrays →