Answer the following statements true (T) or false (F)
1. A base class is more specific than its derived class and represents a more specialized group of objects.
2. Polymorphism enables you to conveniently program “in the general” rather than “in the specific.”
3.. One negative of polymorphism is that it’s complicated, so it makes it difficult to extend systems with new capabilities.
4. A base class may have only one derived class.
5. All classes in Visual Basic have Object as either a direct or indirect base class.
1. False. A derived class is more specific than its base class and represents a more specialized group of objects.
2. True.
3. False. Polymorphism simplifies programming with classes and makes it easy to extend systems with new capabilities.
4. False. A base class may have many derived classes.
5. True.
You might also like to view...
PHP indexes start at ________ by default.
a. 1 b. 0 c. null d. -1
Similar to video production, which is now accessible to many nonprofessionals, name two other things that over time have been made more accessible due to computer software.
What will be an ideal response?