Lectures
1. Evolution of programming paradigms.
2. Aspects of software quality. Reusing.
3. Class x object. Object as a computer representation of real-world entity. Data and functions of objects.
4. OOP principles. Encapsulation, composition, message sending, inheritance, polymorphism.
5. Constructors and destructors I. How it works and why.
6. Public and private part of objects. Hiding of implementation.
7. Design of object-oriented program I.
8. Simple and multiple inheritance. Polymorphism.
9. Virtual methods. Abstract class.
10. Constructors and destructors II. Special kinds of constructors, copy constructor.
11. Design of object-oriented program II.
12. Templates. How it works and why.
13. Standard object libraries of C++ language.
14. Defensive approach of object oriented programming.
Seminars
Comparison of source codes of procedural and object oriented programs.
Example of implementation – cooperating classes, analysis of object behavior, hiding of details of implementation.
Implementation of object-oriented program I.
Example of implementation – simple inheritance, analysis of object behavior.
Implementation of object-oriented program II.
Example of implementation – templates and standard C++ libraries.
Example and defensive implementation of object-oriented program.
1. Evolution of programming paradigms.
2. Aspects of software quality. Reusing.
3. Class x object. Object as a computer representation of real-world entity. Data and functions of objects.
4. OOP principles. Encapsulation, composition, message sending, inheritance, polymorphism.
5. Constructors and destructors I. How it works and why.
6. Public and private part of objects. Hiding of implementation.
7. Design of object-oriented program I.
8. Simple and multiple inheritance. Polymorphism.
9. Virtual methods. Abstract class.
10. Constructors and destructors II. Special kinds of constructors, copy constructor.
11. Design of object-oriented program II.
12. Templates. How it works and why.
13. Standard object libraries of C++ language.
14. Defensive approach of object oriented programming.
Seminars
Comparison of source codes of procedural and object oriented programs.
Example of implementation – cooperating classes, analysis of object behavior, hiding of details of implementation.
Implementation of object-oriented program I.
Example of implementation – simple inheritance, analysis of object behavior.
Implementation of object-oriented program II.
Example of implementation – templates and standard C++ libraries.
Example and defensive implementation of object-oriented program.