What is the difference between object and instance | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
+ 1

What is the difference between object and instance

13th Aug 2022, 4:54 PM
Ankit Sahu
Ankit Sahu - avatar
1 ответ
+ 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.
13th Aug 2022, 5:45 PM
Jan
Jan - avatar