Which symbol is used to create multiple inheritances?

a) Dot
b) Comma
c) Dollar
d) star

1 thought on “Which symbol is used to create multiple inheritances?”

  1. b
    Explanation: For using multiple inheritance, simply specify each base class (just like in single inheritance), separated by a comma.

Leave a Comment