just a quick questions that has been bugging me for a few days:
lets say i have some classes X and Y, and in some other part of the program, I make this declaration:
X xObject = new yObject();
What does that do?
thanks
lets say i have some classes X and Y, and in some other part of the program, I make this declaration:
X xObject = new yObject();
What does that do?
thanks
Comment