Skip to content

Commit 4850616

Browse files
authored
Update README.md
1 parent 0ca3f8d commit 4850616

File tree

1 file changed

+4
-0
lines changed
  • Part 8 - Object Oriented Programming

1 file changed

+4
-0
lines changed

Part 8 - Object Oriented Programming/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ Here we will try and cover all those topics from scratch.
1515
Also we will cover
1616
- Structs : They are similar to classes but used in small scale problems
1717
- Multiple File Compilation : Creating headers, utility functions and a lot more.
18+
- Friend Functions
19+
- Templatized Classes
20+
- Constructors & Destructors
21+
- Operator Overloading
1822

1923
# Basic Definitions
2024

0 commit comments

Comments
 (0)