0
do we declare the objects when we want to use and out of the classes?
3 odpowiedzi
0
i am just slightly confused by your question.
objects must be declared in a function.
0
Objects of classes. They must be created within classes and always connected to classes.
0
you need to declare an object of your class if you want to access it's members