+ 1
What is the difference between object and instance
1 Resposta
+ 2
When you create an instance of a class, then you create a new object. An instance is also an object of the class, so basically, it's the same. We can also say, a copy of the class.