Why does inheritance make our OOP code more efficient?

Because it lets us write a method once and use it with many objectsBecause it makes any method available from any object

Because it lets us write a method once and use it with many objects.