_____ allows to create classes which are derived from other classes, so that they automatically include some of its "parent's" members, plus its own members.
Inheritance allows to create classes which are derived from other classes, so that they automatically include some of its "parent's" members, plus its own.
Hence,Option(B)Inheritance.
Reference:-http://www.cplusplus.com/doc/oldtutorial/inheritance/