In the following statements:

class sports {};
class test : public student{};
class result : public test, public sports {};

//Here result class have implemented,

a) Hierarchical inheritance
b) Multiple inheritance
c) Multilevel inheritance
d) Both b) and c)

Submitted by: Administrator
d) Both b) and c)
Submitted by:

Read Online C++ New And Delete Job Interview Questions And Answers