Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit b9b80ca

Browse files
authoredMar 9, 2023
Update README.md
1 parent 9d6a44a commit b9b80ca

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
 

‎README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,3 +44,6 @@ In this unit we work with the primitive type `char`, using methods and functiona
4444

4545
### Unit 7: Classes
4646
This topic introduces the basic concepts of __Object Oriented Programming (OOP)__. We write programs that make use of OOP to solve problems, making it easier for you as a programmer. We will decide if the __attributes__ will be visible or not, for external and neighboring classes.
47+
48+
### Unit 8: Inheritance
49+
The projects in this unit introduce the concept of __inheritance__, working __classes and superclasses__. We will know the access limitations to the members of a superclass, we will __override methods__, use the main functionalities defined in the `Object` class and use __abstract classes__.

0 commit comments

Comments
 (0)
Please sign in to comment.