What is syntax for multiple inheritance in Cpp? All Questions › Category: Cpp Language › What is syntax for multiple inheritance in Cpp? 0 Vote Up Vote Down Chetan Shidling Staff asked 5 years ago I need short information. 1 Answers 0 Vote Up Vote Down Chetan Shidling Staff answered 5 years ago Syntax class subclass_name : access_mode base_class1, access_mode base_class2 …. { //body of subclass };