+ 2
I need to know what is the main purpose of becoming an obj of class and const (const MyClass obj;)
Help me understand the purpose of const MyClass obj;
2 Antworten
+ 10
A constant (variable that cannot change value) object is created with the nane "obj" and belongs to the class "MyClass"
+ 2
thanks broo valentin))