Which symbol is used to create multiple inheritance?

Question: Which symbol is used to create multiple inheritance?
(a). Dollar symbol
(b). comma symbol
(c). Dot symbol
(d). A or b
(e).None of these

The answer of MCQs:

(b). comma symbol


Syntax of multiple inheritance in C++ OOP

In this example, a comma is in between class A and class B.

Multiple inheritance

 

C++ program in which comma symbol is used to create multiple inheritance?

1000+ Programming C Plus Plus MCQs