Answer the following statements true (T) or false (F)

1. Class Math provides only methods that perform common mathematical calculations.
2. You use the Object Browser to learn about the functionality provided by a specific class.
3. A derived class can add its own instance variables, Shared variables, properties and methods,
and it can customize methods and properties it inherits.
4. A base class is more specific than its derived class and represents a more specialized group of
objects.
5. Polymorphism enables you to conveniently program “in the general” rather than “in the
specific.”


1. False. Class Math also declares two commonly used mathematical constants: Math.PI and Math.E.
2. True.
3. True.
4. False. A derived class is more specific than its base class and represents a more specialized group of objects.
5. True.

Computer Science & Information Technology

You might also like to view...

Which of the following statements is FALSE about the status bar in Office 2010?

A) Contents viewable on the status bar are standard in all Office applications. B) Summary information is displayed in Excel. C) Slide number and total slide information is displayed in PowerPoint. D) The status bar is located at the bottom of the Office 2010 window.

Computer Science & Information Technology

When choosing between Access and Excel, it is best to use Excel in all of the following circumstances EXCEPT:

A) you need to manage primarily of numeric data. B) you need to group, sort, and total data based on various parameters. C) you need to run a series of "what if" scenarios . D) you only need a single worksheet to manage data.

Computer Science & Information Technology

In a VBA MsgBox function, the ________ argument contains the message or information that appears within the main area of a message box

A) buttons B) prompt C) title D) context

Computer Science & Information Technology

Many employees feel surveillance is an intrusion into their privacy.?

Answer the following statement true (T) or false (F)

Computer Science & Information Technology