Right option is (c) Make a class derive from it
Easy explanation - Making another class derive from it will make that class as base class. It is not necessary that we have to write different code for it. If at least one class derives that class, it becomes the base class for the new class.