Computer Science, asked by magandeep8835, 1 year ago

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 sitadevi14634479
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