Can anyone explain what declaring a member variable without a DataType does and if there is any benefits in doing this? I've always been told that all variables should be declared with their datatypes as this leads to improved code. But I've come across some code recently where there is a member variable without the datatype and would just like some more information.
Thanks :)
Thanks :)