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, Visual C++ C++. Using private, protected, public access modifiers when inheriting classes November 9, 2020 BestProgISch Continue reading C++. Using private, protected, public access modifiers when inheriting classes →
C++, Theory, Visual C++ C++. Access modifiers: private, protected, public. Encapsulating data in a class November 8, 2020 BestProgISch Continue reading C++. Access modifiers: private, protected, public. Encapsulating data in a class →
C#, Theory C#. Encapsulation in classes. Keywords private, protected, public, internal November 8, 2020 BestProgISch Continue reading C#. Encapsulation in classes. Keywords private, protected, public, internal →
C#, Theory C#. Inheritance. Basic concepts. Advantages and disadvantages. General form. The simplest examples. Access modifier protected February 24, 2020 BestProgISch Continue reading C#. Inheritance. Basic concepts. Advantages and disadvantages. General form. The simplest examples. Access modifier protected →
Java, Theory Java. Encapsulation of data in class. Access Control in Java. Modifiers private, public, protected May 15, 2019 BestProgISch Continue reading Java. Encapsulation of data in class. Access Control in Java. Modifiers private, public, protected →
Java, Theory Java. Inheritance. Basic concepts. Base class and derived class. The keyword ‘extends’. Hiding data in derived classes. Access modifiers private, protected, public October 5, 2018 BestProgISch Continue reading Java. Inheritance. Basic concepts. Base class and derived class. The keyword ‘extends’. Hiding data in derived classes. Access modifiers private, protected, public →
C++, Theory, Visual C++ C++. Destructors. Definition of the destructor. Public and private destructors. Examples of destructors using. Differences between constructors and destructors April 7, 2018 BestProgISch Continue reading C++. Destructors. Definition of the destructor. Public and private destructors. Examples of destructors using. Differences between constructors and destructors →
C++, Theory, Visual C++ C++. Class constructor. Features of use constructors in the classes. The default constructor. Parameterized constructors. Examples of classes that contain constructors April 2, 2018 BestProgISch Continue reading C++. Class constructor. Features of use constructors in the classes. The default constructor. Parameterized constructors. Examples of classes that contain constructors →
C++, Theory, Visual C++ C++. Classes. Part 1. The concept of class. Declaring a data type “class”. The object of the class. Classes in the CLR. Encapsulation of data in a class March 25, 2018 BestProgISch Continue reading C++. Classes. Part 1. The concept of class. Declaring a data type “class”. The object of the class. Classes in the CLR. Encapsulation of data in a class →