What will be the output of the program? class A { final public int GetResult(int a, int b) { return 0; } } class B extends A { public int GetResult(int a, int b) {return 1; } } public

A. An exception is thrown at runtime. B. Compilation fails. C. x = 1 D. x = 0


4 उत्तर
1-4 of  4
4 उत्तर
Async अन्य संबंधित चर्चाएं
java programming test
मॉक परीक्षण अभ्यास के लिए
java programming test