An open API service indexing awesome lists of open source software.

https://github.com/faisalsaifii/oosd

Object Oriented System Design
https://github.com/faisalsaifii/oosd

cpp oosd system-design

Last synced: about 1 year ago
JSON representation

Object Oriented System Design

Awesome Lists containing this project

README

          

# Object Oriented System Design

## [Introduction](./Introduction/README.md)

## [Unified Modeling Language](./UML/README.md)

- [UML Timing Diagram](/UML/Timing%20Diagram/README.md)

## [Object Oriented Analysis and Design](./OOA/README.md)

- [Data Flow Diagram](/OOA/DFD/README.md)
- [Structured Analysis and Structured Design (SA/SD)](/OOA/SASD/README.md)
- [Jackson System Development (JSD)](/OOA/JSD/README.md)

## [C++](./C++/README.md)

- [Data Types](/C%2B%2B/Data%20Types/README.md)
- [Type Conversion](/C%2B%2B/Type%20Conversion/README.md)
- [Flow Control](/C%2B%2B/Flow%20Control/README.md)
- [Constructor](/C%2B%2B/Constructor/README.md)

## [Objects and Classes](./Objects&Classes/README.md)

- [Inheritence](./Objects&Classes/Inheritence/README.md)
- [Polymorphism](./Objects&Classes/Polymorphism/README.md)

## PDF Notes

- **Unit 1 :** Download or [Preview](/PDF/unit1.pdf)
- **Unit 2.1 :** Download or [Preview](/PDF/unit2.1.pdf)
- **Unit 2.2 :** Download or [Preview](/PDF/unit2.2.pdf)
- **Unit 3.1 :** Download or [Preview](/PDF/unit3.1.pdf)
- **Unit 3.2 :** Download or [Preview](/PDF/unit3.2.pdf)
- **Unit 4.1 :** Download or [Preview](/PDF/unit4.1.pdf)
- **Unit 4.2 :** Download or [Preview](/PDF/unit4.2.pdf)
- **Unit 5 :** Download or [Preview](/PDF/unit5.pdf)