Upate too 21_classes_and_objects.md

This commit is contained in:
Odion Sonny-Egbeahie 2022-07-05 21:05:00 +01:00
parent cbc3dc273e
commit 5c36b2d295

View File

@ -180,7 +180,7 @@ Asabeneh Yetayeh is 250 years old. He lives in Helsinki, Finland
### Object Default Methods
Sometimes, you may want to have a default values for your object methods. If we give default values for the parameters in the constructor, we can avoid errors when we call or instantiate our class without parameters. Let's see how it looks:
Sometimes, you may want to have default values for your object methods. If we give default values for the parameters in the constructor, we can avoid errors when we call or instantiate our class without parameters. Let's see how it looks:
**Example:**