Hello, in this video, we are going to look at creating instance objects of our classes. So we've got a simple class here, creating a instance of our class with pretty much the same principle, wherever the classes only one, five lines of code, or 200 lines of code. So doesn't matter how complex it is. So make sure the indentation is correct. To create a instance of the class, you just specify a name for your object, you know, aka your variable. So let's call this call one and go to your set equal to the class name, open close bracket, and they said that for the call that we have a number one, you might see some examples where they actually pass in parameters into this right here.
And we'll be covering all of the other thoughts, you know, the innate or the new constructor method. We'll be covering all of that, but the principles are the same. So just we want any output just to make sure we don't get any errors. No errors, that's fine. In the next video, we are actually going to cover accessing attribute. So stay tuned.
I look forward to seeing you in that video.