The child needs to use the parent class’ name and scope operator. For example: Parent::Function( )
What will be an ideal response?
The parent’s default constructor will be called if no explicit call is made to an overloaded constructor.
Computer Science & Information Technology
You might also like to view...
Which of the following is not fault-tolerant?
a. RAID Level 0 b. RAID Level 1 c. RAID-5 d. None of the above
Computer Science & Information Technology
It is a good idea to make a copy constructor's parameters __________ by specifying the __________ key word in the parameter list.
a. inline, inline b. static, static c. constant, const d. global, global e. None of these
Computer Science & Information Technology