Skip to content

Commit 0ca3f8d

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

File tree

1 file changed

+3
-1
lines changed
  • Part 8 - Object Oriented Programming

1 file changed

+3
-1
lines changed

Part 8 - Object Oriented Programming/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@ Key Features Of OOP:
1212
Here we will try and cover all those topics from scratch.
1313

1414

15-
Also we will cover structs - They are similar to classes but used in small scale problems
15+
Also we will cover
16+
- Structs : They are similar to classes but used in small scale problems
17+
- Multiple File Compilation : Creating headers, utility functions and a lot more.
1618

1719
# Basic Definitions
1820

0 commit comments

Comments
 (0)