Multiple choice What feature allows us to reuse code? Data abstraction Polymorphism Inheritance Function overloading Virtual function Reveal answer Fill a bubble to check yourself C Correct answer Explanation It is used for reuse the code because all the properties of the base class inherit in child class.