Leave a Reply to xxx Cancel reply3

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

three × 4 =


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();
—-