In applications that use polymorphism, the exact type of an object ____________ .

a) is known only during execution
b) is decided when the application is compiled
c) is known while you are coding
d) is never known


a) is known only during execution

Computer Science & Information Technology

You might also like to view...

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

1. If the stopping condition for a recursive function is missing or incorrect, the compiler will detect this error. 2. A recursive function may only be used to solve mathematical problems. 3. A "stack overflow" error often indicates that a recursive function is not terminating. 4. A recursive function is, by its nature, always more efficient than its iterative version. 5. A typical recursive solution will break a problem of size n into n/2 problems of size n - 1.

Computer Science & Information Technology

When using the Input Mask Wizard, ________ are the characters that the user modifies during data entry

A) Placeholder characters B) Replacement characters C) Substitution markers D) Exchange markers

Computer Science & Information Technology

________ operators, such as OR, AND, and NOT, will help narrow down the results regardless of where you search

Fill in the blank(s) with correct word

Computer Science & Information Technology

For the IP address 172.184.58.184/27, how many configurable network, subnet, and host bits exist?

A) Network: 15, subnet: 3, host: 13 B) Network: 15, subnet: 12, host: 4 C) Network: 5, subnet: 14, host: 11 D) Network: 14, subnet: 11, host: 5

Computer Science & Information Technology