Syntax of derived class in inheritance in Cpp? All Questions › Category: Cpp Language › Syntax of derived class in 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 Defining derived classes class derived-class-name : visibility-mode base-class-name { …………// ………..// members of derived class ………..// };