Skip to content

Commit

Permalink
update table of contents (OOP Indexes)
Browse files Browse the repository at this point in the history
  • Loading branch information
behnamyazdan committed Jul 29, 2024
1 parent c923219 commit 4ab5049
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 06-ObjectOrientedProgramming/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
- [Encapsulation vs Inheritance vs Abstraction vs Polymorphism](https://github.com/behnamyazdan/PythonForDataEngineeringCourse/blob/main/06-ObjectOrientedProgramming/04-ObjectOrientedProgramming(OOP).md#encapsulation-vs-inheritance-vs-abstraction-vs-polymorphism)
- [Dunder Methods](https://github.com/behnamyazdan/PythonForDataEngineeringCourse/blob/main/06-ObjectOrientedProgramming/04-ObjectOrientedProgramming(OOP).md#dunder-methods)
- [Class Relationships](https://github.com/behnamyazdan/PythonForDataEngineeringCourse/blob/main/06-ObjectOrientedProgramming/04-ObjectOrientedProgramming(OOP).md#class-relationships)
- [OOP Design Principles](https://github.com/behnamyazdan/PythonForDataEngineeringCourse/blob/main/06-ObjectOrientedProgramming/06-Object-OrientedDesignPrinciples.md#oop-design-principles)
- [Object-Oriented Design Principles](https://github.com/behnamyazdan/PythonForDataEngineeringCourse/blob/main/06-ObjectOrientedProgramming/06-Object-OrientedDesignPrinciples.md#oop-design-principles)
- [SOLID principles](https://github.com/behnamyazdan/PythonForDataEngineeringCourse/blob/main/06-ObjectOrientedProgramming/06-Object-OrientedDesignPrinciples.md#solid-principles)
- [DRY (Don't Repeat Yourself)](https://github.com/behnamyazdan/PythonForDataEngineeringCourse/blob/main/06-ObjectOrientedProgramming/06-Object-OrientedDesignPrinciples.md#dry-dont-repeat-yourself)
- [KISS (Keep It Simple, Stupid)](https://github.com/behnamyazdan/PythonForDataEngineeringCourse/blob/main/06-ObjectOrientedProgramming/06-Object-OrientedDesignPrinciples.md#kiss-keep-it-simple-stupid)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@
- [Encapsulation vs Inheritance vs Abstraction vs Polymorphism](https://github.com/behnamyazdan/PythonForDataEngineeringCourse/blob/main/06-ObjectOrientedProgramming/04-ObjectOrientedProgramming(OOP).md#encapsulation-vs-inheritance-vs-abstraction-vs-polymorphism)
- [Dunder Methods](https://github.com/behnamyazdan/PythonForDataEngineeringCourse/blob/main/06-ObjectOrientedProgramming/04-ObjectOrientedProgramming(OOP).md#dunder-methods)
- [Class Relationships](https://github.com/behnamyazdan/PythonForDataEngineeringCourse/blob/main/06-ObjectOrientedProgramming/04-ObjectOrientedProgramming(OOP).md#class-relationships)
- [OOP Design Principles](https://github.com/behnamyazdan/PythonForDataEngineeringCourse/blob/main/06-ObjectOrientedProgramming/06-Object-OrientedDesignPrinciples.md#oop-design-principles)
- [Object-Oriented Design Principles](https://github.com/behnamyazdan/PythonForDataEngineeringCourse/blob/main/06-ObjectOrientedProgramming/06-Object-OrientedDesignPrinciples.md#oop-design-principles)
- [SOLID principles](https://github.com/behnamyazdan/PythonForDataEngineeringCourse/blob/main/06-ObjectOrientedProgramming/06-Object-OrientedDesignPrinciples.md#solid-principles)
- [DRY (Don't Repeat Yourself)](https://github.com/behnamyazdan/PythonForDataEngineeringCourse/blob/main/06-ObjectOrientedProgramming/06-Object-OrientedDesignPrinciples.md#dry-dont-repeat-yourself)
- [KISS (Keep It Simple, Stupid)](https://github.com/behnamyazdan/PythonForDataEngineeringCourse/blob/main/06-ObjectOrientedProgramming/06-Object-OrientedDesignPrinciples.md#kiss-keep-it-simple-stupid)
Expand Down

0 comments on commit 4ab5049

Please sign in to comment.