Syntax of derived class in inheritance in Cpp?


Warning: Trying to access array offset on false in /home3/indiakep/public_html/wp-content/plugins/dw-question-answer/inc/Template.php on line 8
All QuestionsCategory: Cpp LanguageSyntax of derived class in inheritance in Cpp?
Chetan Shidling Staff asked 6 years ago

I need short information.

1 Answers
Chetan Shidling Staff answered 6 years ago

Defining derived classes

class derived-class-name :  visibility-mode base-class-name
{
…………//
………..// members of derived class
………..//
};