Hi everyone...
Class1 myobject = new Class1();
Am I right in saying that "myobject" holds a copy of all the members in class1?
Also say for instance I have..
Class1 myobject = new Program(); //using the common names of classes...
Can anyone explain or point me to a good site that explains this??
thanks very much...