Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/andreeadraghici/oop
OOP concepts in C++ Language
https://github.com/andreeadraghici/oop
concept cpp familiarization language notions oop
Last synced: 12 days ago
JSON representation
OOP concepts in C++ Language
- Host: GitHub
- URL: https://github.com/andreeadraghici/oop
- Owner: AndreeaDraghici
- Created: 2021-03-28T15:06:09.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-06-01T09:15:47.000Z (over 3 years ago)
- Last Synced: 2024-11-20T18:38:49.661Z (2 months ago)
- Topics: concept, cpp, familiarization, language, notions, oop
- Language: C++
- Homepage:
- Size: 37.1 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# OOP
OOP concepts in C++ Language.Note: For each solution there is also the pdf related to the requirements of the task.
-----------------------------------------------------------------------------------------------------------------------
Approach:
In this repository you will find solutions implemented for certain applications / tasks using the notions of OOP.
1. Familiarization with the basics of the concept of class.
-----------------------------------------------------------------------------------------------------------------------
2. Familiarization with the notions of the compound class, the list of initialization, pseudoconstructor.
-----------------------------------------------------------------------------------------------------------------------
3. Design and use of class hierarchies using the language of C ++ programming.
-----------------------------------------------------------------------------------------------------------------------
4. Design and use of friendly and nested classes using the C ++ programming language.
-----------------------------------------------------------------------------------------------------------------------
5. Familiarization with the functions of overloading the functions and a operators.
-----------------------------------------------------------------------------------------------------------------------
6. Presentation of the notions of virtual function and polymorphism for language C ++ programming.
-----------------------------------------------------------------------------------------------------------------------
7. Using classes and template functions in applications.