Skip to content

Commit 0001ab7

Browse files
CopilotM-F-Tushar
andcommitted
Complete formatting improvements: update TOC and Summary headers
Co-authored-by: M-F-Tushar <171763969+M-F-Tushar@users.noreply.github.com>
1 parent ca48420 commit 0001ab7

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

Cheat sheet/Readme.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,13 @@
99
5. [Memory and Pointers](#memory-and-pointers)
1010
6. [Special Functions and Modifiers](#special-functions-and-modifiers)
1111
7. [C++ and Java Advanced Concepts](#c-and-java-advanced-concepts)
12-
8. [Exception Handling](#exception-handling)
13-
9. [Interfaces and Abstract Classes](#interfaces-and-abstract-classes)
14-
10. [Relationships and Design](#relationships-and-design)
15-
11. [Object Methods and Utilities](#object-methods-and-utilities)
16-
12. [Advanced Features](#advanced-features)
12+
8. [Object-Oriented Programming Concepts Guide](#object-oriented-programming-concepts-guide)
13+
- [Exception Handling](#exception-handling)
14+
- [Interfaces and Abstract Classes](#interfaces-and-abstract-classes)
15+
- [Relationships and Design](#relationships-and-design)
16+
9. [Object-Oriented Programming Concepts Reference](#object-oriented-programming-concepts-reference)
17+
- [Object Methods and Utilities](#object-methods-and-utilities)
18+
- [Advanced Features](#advanced-features)
1719

1820
---
1921

@@ -6755,7 +6757,7 @@ class Stack {
67556757

67566758
---
67576759

6758-
## Summary
6760+
## Summary: Object-Oriented Programming Concepts Guide
67596761

67606762
This comprehensive guide covers essential OOP concepts including exception handling mechanisms, interface design patterns, and fundamental object-oriented design principles. The examples demonstrate how these concepts are implemented in both C++ and Java, highlighting similarities and key differences between the languages.
67616763

@@ -7896,7 +7898,7 @@ Container<Person> personContainer = new Container<>(new Person("Alice", 30));
78967898

78977899
---
78987900

7899-
## Summary
7901+
## Summary: Complete OOP Concepts Reference
79007902

79017903
This reference guide covers essential object-oriented programming concepts used in both C++ and Java. Key differences between the languages include:
79027904

0 commit comments

Comments
 (0)