Leave a Reply to gasengine Cancel reply3

Your email address will not be published. Required fields are marked *

twenty + 10 =


Vasily

Vasily

I suppose the correct answer is C

gasengine

gasengine

answer is C.

TestCall cannot access c.init().
Because init() is a private method.

—-
error: init() has private access in Caller
c.init();
—-