diff --git a/04.Basic_Concepts_III.pdf b/04.Basic_Concepts_III.pdf index adf8703..767ce17 100644 Binary files a/04.Basic_Concepts_III.pdf and b/04.Basic_Concepts_III.pdf differ diff --git a/07.Object_Oriented_II.pdf b/07.Object_Oriented_II.pdf index cf5c57c..3f82c37 100644 Binary files a/07.Object_Oriented_II.pdf and b/07.Object_Oriented_II.pdf differ diff --git a/README.md b/README.md index acc8f63..9203fd8 100644 --- a/README.md +++ b/README.md @@ -57,6 +57,7 @@ **[7. C++ Object Oriented Programming II](https://github.com/federico-busato/Modern-CPP-Programming/blob/master/07.Object_Oriented_II.pdf)** * **Polymorphism**: `virtual` Methods, Virtual Table, `override` Keyword, `final` Keyword, Common Errors, Pure Virtual Method, Abstract Class and Interface +* **Inheritance Casting and Run-time Type Identification** * **Operator Overloading**: Overview, Subscript Operator, Comparison Operator, Function Call Operator, Conversion Operator, Increment and Decrement Operators, Assignment Operator, Stream Operator, Operator Notes * **C++ Special Objects**: Aggregate, Trivial Class, Standard-Layout Class, Plain Old Data (POD), Hierarchy @@ -91,7 +92,7 @@ * **C++ Project Organization**: Project Directories, Project Files, `src/include` directories * **Coding Styles and Conventions** -* `**#include**` +* **`#include`** * **Macro and Preprocessing** * **Namespace** * **Variables**