0
I DONT GET THIS
I've been stuck on this for a few hours now and I would gladly appreciate help!!!! class test{ ______: void foo() { } }; ______myPtr = new test(); myPtr___foo();
2 Respuestas
+ 12
These should work, try it out :)
1. public
2. test*
3. ->
+ 1
It worked THANKS