Computer Science, asked by skuazer83, 7 hours ago

. Write the syntax of derived class.​

Answers

Answered by YASHASVEESHUBH
1
  • derived-class-name is the name given to the derived class, base-class-name is the name given to the base class, : (colon) indicates that the derived-class-name is derived from the base-class-name, visibility-mode is optional and, if present, may be either private or public.
Answered by poojithashankar2008
0

Derived-class-name is the name given to the derived class, base-class-name is the name given to the base class, : (colon) indicates that the derived-class-name is derived from the base-class-name, visibility-mode is optional and, if present, may be either private or public.

hope helpful for you

Similar questions