0
Objection Initialization: obj???
Where does the "obj" come from in the object initialization: MyClass obj; Is that just an arbitrary variable used to reference MyClasses object?
1 Answer
+ 1
Obj is just a name like variable names
Where does the "obj" come from in the object initialization: MyClass obj; Is that just an arbitrary variable used to reference MyClasses object?