Question: Which statement is true?
- Only classes can have member variables and methods.
 - C++ supports multiple inheritance.
 - C++ supports only single inheritance.
 - Only structs can inherit.
 
Answer: The correct answer of the above question is Option B:C++ supports multiple inheritance.