00:01
Okay, so for this question, we have a client class, and we want to know which of these choices correctly constructs a date object within this class.
00:10
Now, looking at choice a, we can see that it's missing the name of the class.
00:16
It should be right here beside the parentheses.
00:19
And since it's missing the name of the class, this isn't going to work.
00:22
So this one's wrong.
00:24
Choice b, choice b has everything we need to correctly construct a date object within this case.
00:32
Class, making choice b our answer.
00:35
But let's look at choices c, d, and e...