Through the use of inheritance, programmers can reuse the code in the superclass many times.

Skill/Topic: Inheritance
A) True
B) False

Showing Answers 1 - 10 of 10 Answers

mdsaran

  • Jan 14th, 2006
 

false

  Was this answer useful?  Yes

manjunath shenoy

  • Jan 18th, 2006
 

it is true that programmers can reuse the code ,thats why OOPS is famous for.Infact concept of inheritance helps save time and the programmer can better the existing code with out effecting the otiginal one.However ,the code which is to be inherited should hav proper access specifier ,which permits inheritance like PUBLIC,PROTECTED.

  Was this answer useful?  Yes

Shaiju

  • Jan 18th, 2006
 

True

  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