Inheritance β MCQs
30 Score: 0 Attempted: 0/30 Subscribe 1. : What is inheritance in C++? (A) Reusing variables only (B) Reusing functions only (C) Reusing classes and their properties (D) None of the above 2. : Which keyword is used to inherit a class in C++? (A) extends (B) inherits (C) base (D) public/private/protected 3. : Which … Read more