Inheritance makes it easier to:

a.Reuse and modify existing modules of code
b.Write and read code by sharing method names
c.Hide and protect data from external code
d.All of the above