Which of the following is a valid definition of the derived class bClass?
A. class aClass: public bClass
{
//...
};
B. class bClass: public aClass
{
//...
};
C. class aClass::bClass
{
//...
};
D. class bClass::aClass
{
//...
}
Answer: B
Computer Science & Information Technology
You might also like to view...
When you point to each slide in the Slide Master pane, a ________ displays the layout name and the number of slides that use that particular layout
A) placeholder B) ScreenTip C) layout D) transition
Computer Science & Information Technology
What type of data link do you create if the primary key in the parent record is a foreign key in the child record?
a) Query to Query b) Column to Column c) Key to Key d) Group to Group
Computer Science & Information Technology