What is an instance of a class?
I believe its a new connection to that class. Is that right?
Printable View
What is an instance of a class?
I believe its a new connection to that class. Is that right?
Code:class X { }; // definition
X mything; // instance