0
Scope Resolution Operator
I'm having trouble with one question: Create a function called ''test'' belonging to a class called ''demo''. :: () { } make test function demo class : these are the words to drag and drop, can someone give me a hand on what I'm doing wrong?
1 Antwort
+ 1
your post is not clear. so I think it might be something like this :
class demo {
test();
}
demo::test();