hi
i am a new bie to c++ and found that function has been declared in place of object.
(ie)
class_name object_name; //normal declaration
class _name object_name( ); //it works but what does it mean plese help
Thanks in advance
i am a new bie to c++ and found that function has been declared in place of object.
(ie)
class_name object_name; //normal declaration
class _name object_name( ); //it works but what does it mean plese help
Thanks in advance
Comment