What are the advantages of inheritance? (Select multiple)

A) Reusability of code
B) accessibility of variables of the superclass by subclasses.
C) Accessibility of methods of the superclass by subclasses.
D) a,b are true

Showing Answers 1 - 2 of 2 Answers

masarrat

  • Jul 24th, 2006
 

A) Reusability of code
B) accessibility of variables of the superclass by subclasses.
C) Accessibility of methods of the superclass by subclasses.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions