Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nikitaberezhnyj/laboratory-work-on-object-oriented-programming
https://github.com/nikitaberezhnyj/laboratory-work-on-object-oriented-programming
Last synced: 2 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/nikitaberezhnyj/laboratory-work-on-object-oriented-programming
- Owner: NikitaBerezhnyj
- Created: 2023-11-05T15:49:42.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-01T09:17:28.000Z (7 months ago)
- Last Synced: 2024-05-02T06:21:25.107Z (7 months ago)
- Language: C++
- Size: 367 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Laboratory Work On Object Oriented Programming
This repository stores homework assignments for the Object-Oriented Programming course. Each homework assignment is stored in a separate folder that has a number. Each folder contains a README.md file that describes how to complete the homework.
The main technologies used in these homework assignments are: **_C++_**
---
## Plan repository:
- [L.W. 1](./L.W.%201/) (Designing a Radio class)
- [L.W. 2](./L.W.%202/) (Implementing a class in C++)
- [L.W. 3](./L.W.%203/) (Creating constructor)
- [L.W. 4](./L.W.%204/) (Creating a destructor)
- [L.W. 5-6](./L.W.%205-6/) (Overload of operators)
- [L.W. 7-8](./L.W.%207-8/) (Realization of inheritance / Code simplification and functionality reduction)
- [L.W. 9-10](./L.W.%209-10/) (Implementation of multiple inheritance)
- [L.W. 11-12](./L.W.%2011-12/) (Implementation of dynamic polymorphism / Creating a file with save)
- [L.W. 13](./L.W.%2013/) (Implementation of exception catching)