C#, Practice C#. An example of solving problems using static data and methods in a class February 6, 2020 BestProgISch Continue reading C#. An example of solving problems using static data and methods in a class →
Java, Theory Java. Creating the objects of nested static and non-static classes. Constructions .this, .new March 7, 2019 BestProgISch Continue reading Java. Creating the objects of nested static and non-static classes. Constructions .this, .new →
Java, Theory Java. Nested classes and inner classes. Static nested classes. Examples March 4, 2019 BestProgISch Continue reading Java. Nested classes and inner classes. Static nested classes. Examples →
Java, Theory Java. Specifier final. Immutable (constant) data, methods, classes. Empty constants. Static immutable data. Inline methods December 15, 2018 BestProgISch Continue reading Java. Specifier final. Immutable (constant) data, methods, classes. Empty constants. Static immutable data. Inline methods →
C#, Theory C#. Nested classes. Nested static classes. Declaring and using nested classes. Examples December 13, 2018 BestProgISch Continue reading C#. Nested classes. Nested static classes. Declaring and using nested classes. Examples →
C#, Theory C#. Static classes, methods, variables. Static constructors. Keyword static December 5, 2018 BestProgISch Continue reading C#. Static classes, methods, variables. Static constructors. Keyword static →
Java, Theory Java. Initialization of static data members. Static block. Arrays initialization September 15, 2018 BestProgISch Continue reading Java. Initialization of static data members. Static block. Arrays initialization →
C++, Theory, Visual C++ C++. Classes and arrays. A pointer to a static member of the class data. Arrays of static data members. Arrays of pointers to static data members that are declared in classes. Examples July 17, 2018 BestProgISch Continue reading C++. Classes and arrays. A pointer to a static member of the class data. Arrays of static data members. Arrays of pointers to static data members that are declared in classes. Examples →
Java, Theory Java. Using the keyword ‘static’. Static data members of the class. Static methods of the class June 24, 2018 BestProgISch Continue reading Java. Using the keyword ‘static’. Static data members of the class. Static methods of the class →
C++, Theory, Visual C++ C++. Classes. Types of functions of class members. Simple member functions. The static member functions. Examples of using May 14, 2018 BestProgISch Continue reading C++. Classes. Types of functions of class members. Simple member functions. The static member functions. Examples of using →