C#C
C#3y ago
imnota4

❔ Can separate class objects contain instances of the same method object

So if I have multiple objects of the same class, with a particular member object that is in itself a class, can those separate class objects all refer to the same object when referring to their own member object, similar to how a pointer would work?
Was this page helpful?