Multiple choice Which of the following is true about virtual base class? Multilevel, multiple and hierarchical inheritance’s instances are not involved. No such concept like virtual base class exists only functions can be made virtual. It creates only one instance of the super class. It helps in creating redundant data, when we want to achieve data security. Both 2 and 3 Reveal answer Fill a bubble to check yourself C Correct answer Explanation Virtual base class creates one instance of the super class.