Question: will this code compile? class c1 f private int f) f return e; public int g) f return 3; class C2 extends C1 f private

 will this code compile? class c1 f private int f) f

will this code compile?

class c1 f private int f) f return e; public int g) f return 3; class C2 extends C1 f private int f() ( return 1; public int g() f return f(); class C3 extends C2 ( public int f() f return 2,; public class 012 f public static void main(String[] args) ( C1 ref1- new C3(); C2 ref2- (C2). ref1; System.out.println(ref2.g))

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!