I DONT GET THIS | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
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();

31st May 2017, 8:48 PM
/////////////////////////
///////////////////////// - avatar
2 Answers
+ 12
These should work, try it out :) 1. public 2. test* 3. ->
31st May 2017, 9:00 PM
Shamima Yasmin
Shamima Yasmin - avatar
+ 1
It worked THANKS
31st May 2017, 9:08 PM
/////////////////////////
///////////////////////// - avatar