someTimeOnly
Technical User
I defined a class. Now where should I initialize its object?
If I make it the data member of Doc or View, what that means? For that I don't have to initialize my class's object using 'new'keyword. And it's life is for the whole application.
Can someone clear these sort of issues (may not be issues for rest of the world) to me.
If I make it the data member of Doc or View, what that means? For that I don't have to initialize my class's object using 'new'keyword. And it's life is for the whole application.
Can someone clear these sort of issues (may not be issues for rest of the world) to me.