C++
Programming and Technical
What a derived class inherits or doesn't inherit?
A: Inherits
Read Solution (Total 1)
-
- A derived class inherits are from its base class. It should be noted that the visibility of base class members may be hidden.
- 6 years agoHelpfull: Yes(0) No(0)
C++ Other Question