Instance of an instance
Nov 3, 2014 at 9:20am
Any way to make an instance from another instance of a class?
1 2 3 4 5
|
class CLASS
[...]
CLASS a;
CLASS b = new a;
|
Nov 3, 2014 at 9:33am
Last edited on Nov 3, 2014 at 9:34am
Nov 3, 2014 at 11:49am
Thank you
Topic archived. No new replies allowed.