B. IFace.m4(); // private method not accesible
C. IFace myClassObj = new MyC();
myClassObj.m3(); //non static access of static method not possible
D. IFace myClassObj = new MyC();
myClassObj.m4(); // private access not possible
IFace.m2(); // static access non static method not possible
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
supersquax
Highly Voted 11 months, 2 weeks agoSrinivasJasti
Most Recent 2 weeks, 1 day agoxplorerpj
6 months, 3 weeks ago