Skip to content

Commit 40a14d0

Browse files
Added Inheritance Casting and minor fixes
1 parent f22fabd commit 40a14d0

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed

04.Basic_Concepts_III.pdf

-10.5 KB
Binary file not shown.

07.Object_Oriented_II.pdf

871 KB
Binary file not shown.

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@
5757
**[7. C++ Object Oriented Programming II](https://github.com/federico-busato/Modern-CPP-Programming/blob/master/07.Object_Oriented_II.pdf)**
5858

5959
* **Polymorphism**: `virtual` Methods, Virtual Table, `override` Keyword, `final` Keyword, Common Errors, Pure Virtual Method, Abstract Class and Interface
60+
* **Inheritance Casting and Run-time Type Identification**
6061
* **Operator Overloading**: Overview, Subscript Operator, Comparison Operator, Function Call Operator, Conversion Operator, Increment and Decrement Operators, Assignment Operator, Stream Operator, Operator Notes
6162
* **C++ Special Objects**: Aggregate, Trivial Class, Standard-Layout Class, Plain Old Data (POD), Hierarchy
6263

@@ -91,7 +92,7 @@
9192

9293
* **C++ Project Organization**: Project Directories, Project Files, `src/include` directories
9394
* **Coding Styles and Conventions**
94-
* `**#include**`
95+
* **`#include`**
9596
* **Macro and Preprocessing**
9697
* **Namespace**
9798
* **Variables**

0 commit comments

Comments
 (0)