How do you declare a class variable without initiallising it?
I would like to be able to declare a variable of type AClass outside of any methods within my class, without initiallising the variable until the constructor is called (i.e. initiallise the variable within the constructor). This way...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.