The previous and this code are not very clear to me and I do not understand the attempts to modify it. What are the "colors"? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 10

The previous and this code are not very clear to me and I do not understand the attempts to modify it. What are the "colors"?

https://code.sololearn.com/cs7guOZRbB15/?ref=app

14th Mar 2018, 9:07 PM
Vučko/Вучко/Vuchko
Vučko/Вучко/Vuchko - avatar
3 Answers
+ 5
A class is an attempt to create reusable code. If you are creating a program about different kinds of dogs, you don’t want to have to retype the same code over and over again. Instead you create a class, Dog, and each dog you need to make can inherit from that class.
15th Mar 2018, 12:23 AM
Mike Shaw
Mike Shaw - avatar
+ 2
So I am made some amendments to your code - hope it is clearer now: https://code.sololearn.com/cNsvZLMDhScA/?ref=app
5th May 2018, 10:08 AM
Johannes
Johannes - avatar
+ 1
What’s in black variable? And what don’t you exactly understand?
14th Mar 2018, 9:09 PM
Leshark
Leshark - avatar