+2 votes
in C Plus Plus by
Select the best from following statement is correct about Virtual Inheritance?

a) It is a technique to ensure that a private member of a base class can be accessed

b) It is a technique to optimize the multiple inheritances

c) It is a technique to avoid the multiple inheritances of the classes

d) It is a C++ technique to avoid multiple copies of the base class into the derived or child classes

1 Answer

0 votes
by

d) It is a C++ technique to avoid multiple copies of the base class into the derived or child classes

Related questions

+2 votes
asked Jan 21, 2021 in C Plus Plus by SakshiSharma
0 votes
asked Aug 11, 2022 in GoLang by SakshiSharma
...