Answer the following statements true (T) or false (F)
1. A class definition may include a constructor or a destruct or, but will not reasonably include both.
2. A single driver program may instantiate two or more instances of the same class.
3. Developers often use inheritance to simplify and shorten their implementation tasks.
4. Structured programming control structures do not apply in designing a class when inheritance is used.
5. When two classes have a generalization/specialization relationship, the more specific class may contain additional information.
1. False
2. True
3. True
4. False
5. True
Computer Science & Information Technology