
- Forum
- Programming Talk
- C and C++
- Object and Instance
Object and Instance
This is a discussion on Object and Instance within the C and C++ forums, part of the Programming Talk category; How is the object different from instance? Are they the same or not?...
-
Object and Instance
How is the object different from instance? Are they the same or not?
-
object oriented terminologies can be confusing. You can create instance of a class and call it an object. But if you call a class an object to begin with, then instance of this object is just an instance!
zafar
-
Hi,
Both object and instance refer to the same thing. In other words object is an instance of a class. And class is a collection of similar objects.
Regards,
Blenda
-
Object and instance mean one and the same.We just use them alternatively.The meaning remains the same
-
An object and an instance are one in the same. Objects are instances of a class.So without doubt you can take that an object and an instance are the same.
-
Sponsored Ads

Reply With Quote





