How many classes can be inherited by a single class in multiple inheritance (C++)?
(a) Only 2
(b) Only 27
(c) Only 1024
(d) Any number of classes can be inherited
The question was asked at a job interview.
My doubt stems from Types of Inheritance topic in chapter Inheritance & its Types of Object Oriented Programming