JavaScript, Theory JavaScript. Variables. Primitive data types. Comments. Constants January 12, 2022 BestProgISch Continue reading JavaScript. Variables. Primitive data types. Comments. Constants →
Kotlin, Theory Kotlin. Variables and constants in Kotlin July 29, 2021 BestProgISch Continue reading Kotlin. Variables and constants in Kotlin →
Kotlin, Theory Kotlin. Basic types. Numeric literals. Numeric constants. Examples June 25, 2021 BestProgISch Continue reading Kotlin. Basic types. Numeric literals. Numeric constants. Examples →
Java, Theory Java. Accessing class members from a lambda expression. Capturing variables in lambda expressions. Example December 18, 2020 BestProgISch Continue reading Java. Accessing class members from a lambda expression. Capturing variables in lambda expressions. Example →
C++, Theory, Visual C++ C++. Examples of using C++ tools for working with files September 11, 2019 BestProgISch Continue reading C++. Examples of using C++ tools for working with files →
C++, Theory, Visual C++ C++. Overloading the assignment operator =. Examples April 27, 2019 BestProgISch Continue reading C++. Overloading the assignment operator =. Examples →
Java, Theory Java. Interfaces. Features of use in combination with classes. The advantages of using interfaces. Keywords interface, implements. Examples March 28, 2019 BestProgISch Continue reading Java. Interfaces. Features of use in combination with classes. The advantages of using interfaces. Keywords interface, implements. 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. Initialize variables in class methods. Initialization of fields (data members) of the class. Ways to initialize data members of the class September 14, 2018 BestProgISch Continue reading Java. Initialize variables in class methods. Initialization of fields (data members) of the class. Ways to initialize data members of the class →
Java, Theory Java. Scope of objects. Deleting objects. The advantages of using the “garbage collection” approach for objects August 21, 2018 BestProgISch Continue reading Java. Scope of objects. Deleting objects. The advantages of using the “garbage collection” approach for objects →