diff options
| author | Mitsuo Tokumori <rtokumori@pucp.edu.pe> | 2022-11-27 13:57:46 -0500 |
|---|---|---|
| committer | Mitsuo Tokumori <rtokumori@pucp.edu.pe> | 2022-11-27 13:57:46 -0500 |
| commit | 337c2e523dc1a849804e0749fc85e2fb8bfa53a3 (patch) | |
| tree | 50d9c41d7eec8695079f8d0b26661c79e0de2bef /2022-2/topics.adoc | |
| parent | 2202706efaf7a067af0495d531998b8ad8b86a92 (diff) | |
Add enunciados, add sol to L8
Diffstat (limited to '2022-2/topics.adoc')
| -rw-r--r-- | 2022-2/topics.adoc | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/2022-2/topics.adoc b/2022-2/topics.adoc index dc637ad..2063904 100644 --- a/2022-2/topics.adoc +++ b/2022-2/topics.adoc @@ -1,12 +1,12 @@ -* L1: -* L2: -* L3: -* L4: -* L5: +* L1: Input/Output (I/O) +* L2: I/O +* L3: Functions and scope, static library creation and use +* L4: Arrays and pointers, "asignación de memoria exacta" +* L5: Arrays and pointers, "asignación de memoria por incrementos" * E1: -* L6: `Void*` -* L7: -* L8: -* L9: -* L10: +* L6: `Void*` and Abstract Data Types (ADT) +* L7: Object Oriented Programming (OOP), overloaded operators +* L8: Inheritance (OOP) +* L9: Polymorphism (OOP) +* L10: Self referenced class (Binary Search Tree) * E2: |
