⟩ 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)
d) Both b) and c)