2 points
3.Output of following
Java Program? class Base
(public void showo
System.out.println("Base::
show() called"); } } class
Derived extends Base {
public void show() {
System.out.println("Deriv
ed::show() called"); } }
public class Main { public
static void main(String[]
args) { Base b = new
Derived()::b.show(); }} *
Answers
Answered by
0
Explanation:
व्हाट? आई डोंट नो दिस आंसर एंड आईटी अलसो डिड नॉट अंडरस्टैंड
Similar questions