Fill in the blanks:
(a) The derived class can be derived from base class in ..........................,
............., ............ modes.
(b) By default base class is visible as ...................... mode in derived class.
(c) When a derived class is derived from more than one base class then
the inheritance is called ...................... inheritance.
Answers
Answered by
0
(a)public, private, protected.
(b) private.
(c) multiple.
Explanation:
(a)the derived class can be derived from base class in public, private, protected modes.
(b) by default base class is visible private mode in derived class.
(c)when a derived class is derived from more than one base class then inheritance is called multiple inheritance.
Similar questions
History,
6 months ago
Social Sciences,
6 months ago
Math,
6 months ago
Chemistry,
1 year ago
Math,
1 year ago