Databases Databases. Data independence. Basic concepts July 10, 2022 BestProgISch Continue reading Databases. Data independence. Basic concepts →
Databases Databases. Normalization. Concept and necessity of application. Modification anomalies. Examples October 17, 2020 BestProgISch Continue reading Databases. Normalization. Concept and necessity of application. Modification anomalies. Examples →
Python, Theory Python. Presentation of data in Python. The concept of the object. Identity, type, value of the object. The functions id(), type(). Operators is, is not February 2, 2019 BestProgISch Continue reading Python. Presentation of data in Python. The concept of the object. Identity, type, value of the object. The functions id(), type(). Operators is, is not →
Databases Databases. Persistent data. Transient data January 18, 2019 BestProgISch Continue reading Databases. Persistent data. Transient data →
Databases Databases. The concept of a database system. Database schema. Data. Hardware and software. Database users January 16, 2019 BestProgISch Continue reading Databases. The concept of a database system. Database schema. Data. Hardware and software. Database users →
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 →
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 →
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 →
C++, Theory, Visual C++ C++. Classes and arrays. Initializing arrays with data values from class objects. Examples July 10, 2018 BestProgISch Continue reading C++. Classes and arrays. Initializing arrays with data values from class objects. Examples →