Business Studies, asked by cutekidsprasham, 5 months ago

What is the output of the given below code?
public class Tester {
public static void main(String[] args) {
Base obj new Derived();
obj.method();
}
}
class Base {
public void method(int a) {
System.out.println("Base Method");
}
}
class Derived extends Base {
public void method() {
System.out.println("Derived Method):
}
O compilation Error
O
Base Method
O Derived Method
Runtime Exception​

Answers

Answered by kumarimamta57900
4

Answer:

जूते को हम भी हंसता रहता है अपने आप ही कभी जाकर ही देखते वह बहुत बुरा इंसान है जिसके पास हमारे लिए पूरी इंसानियत होती है यही मैं कहना चाहती हूं सबके लिए अच्छा हूं और अपने दिल में झांक कर देखो

Similar questions