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
4
Answer:
जूते को हम भी हंसता रहता है अपने आप ही कभी जाकर ही देखते वह बहुत बुरा इंसान है जिसके पास हमारे लिए पूरी इंसानियत होती है यही मैं कहना चाहती हूं सबके लिए अच्छा हूं और अपने दिल में झांक कर देखो
Similar questions
Social Sciences,
2 months ago
English,
2 months ago
Math,
2 months ago
Social Sciences,
5 months ago
English,
5 months ago
India Languages,
10 months ago
Science,
10 months ago