Question: Example 3 : Inheritance = Consider the following C + + class definition: public class AClass { private: int x , y ; public: Aclass
Example : Inheritance
Consider the following class definition:
public class AClass
private:
int ;
public:
Aclass int int : xa yb
int addEm i
return ;
You want to derive a subclass from AClass called BClass. BClass will have a third int instance data, Which of the following would define BClass's constructor?
a BClass int int int : AClass a b z c f
b BClass int a int b int c;;;
c BClass int int int ;
AClass a b ;
d BClassint int int : c
AClass a b ;
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
