@umernk42Submitted almost 2 years ago
Lisakhanya Mbuwa
@Lisakhanya444All comments
- @Lisakhanya444Posted almost 2 years ago
To make it simple: Use a class when you need multiple copies of the same object (instances) that you want to add functions (methods) or values (properties) to. The advantage is that all those objects can share the same functions but still have different values.
0