Answer the following statements true (T) or false (F)
1. In an inheritance situation, you may not pass arguments to a base class constructor.
2. More than one class may be derived from a base class.
3. A derived class may become a base class if another class is derived from it.
4. The base class access specification can be viewed as a filter that base class members must pass through when becoming inherited members of a derived class.
1. F
2. T
3. T
4. T
Computer Science & Information Technology
You might also like to view...
In a problem statement, you can limit complexity by making ____________.?
A. ?objects B. ?variables C. ?constants D. ?assumptions
Computer Science & Information Technology
_________ is the text or other item that is displayed in a browser. ?
Fill in the blank(s) with the appropriate word(s).
Computer Science & Information Technology