Waiting for answer This question has not been answered yet. You can hire a professional tutor to get the answer.

QUESTION

class BaseClass { public : void BaseAlpha (); private void BaseBeta (); float baseField ; }; class DerivedClass : public BaseClass { public : void...

{

:

();

();

;

};

:

{

:

();

();

:

;

};

Using the above code.

1)   List all the private data members of BaseClass.

2) List all the private data members of DerivedClass.

3)  List the private data members that the member functions of BaseClass can reference directly.

4)   List the private data members tat the member functions of DerivedClass can reference directly.

5)   List all the member functions that a client of the BaseClass can invoke.

6)   (2 Points) List all the member functions that a client of the DerivedClass can invoke.

Show more
LEARN MORE EFFECTIVELY AND GET BETTER GRADES!
Ask a Question