09/30/19

why displaying parent objects by child class object only giving default values !!?

class one{ int age; String name;}class two extends one{ void display() { System.out.println(age+name); }}class extenddoubt{ public static void main(String args[]) { one o=new... more

Still looking for help? Get the right answer, fast.

Ask a question for free

Get a free answer to a quick problem.
Most questions answered within 4 hours.

OR

Find an Online Tutor Now

Choose an expert and meet online. No packages or subscriptions, pay only for the time you need.