So as long as I have a class set up, I can make as many instances as I want?

Question

So as long as I have a class set up, I can make as many instances as I want?

Answer

That’s right! The class is basically a blueprint for an object. With it, we can save time writing code. You can feel free to make however many instances you want, and tailor each one to your specific needs.