00:01
Okay, so in this question we want to know can a class have more than one construction? well, the answer is yes, it can.
00:12
How is that possible? well, let's say you have a class, i'm going to write it here since there's no specific program language given, a class cars.
00:25
And you have different attributes to your car, so you might have the color.
00:32
You might have the year.
00:38
Let's say the color is, well, i'm going to write, i'm going to try to write that.
00:46
You have a class cars with different attributes such as the color, which might be a string.
00:57
We could have the year, which would be an integer, so the year of the model...