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

1) The virtual property is not inherited.
2) A class that has a pure virtual member function is called a concrete base class.
3) No objects can be defined of abstract base class type since it is an incomplete
definition.
4) It is OK to assign between objects of base type and objects of derived type.
5) A pointer to objects of a derived class can be assigned pointers to objects of the base
class in the inheritance hierarchy.


1) F
2) F
3) T
4) F
5) F

Computer Science & Information Technology

You might also like to view...

The ____ statement is used to take away privileges from an existing user account for a specified table or database.

A. REMOVE B. DROP C. DELETE D. REVOKE

Computer Science & Information Technology

In a client/server environment, what would be the server?

A. The computer where the database is stored B. The user's PC C. The database itself D. The network itself

Computer Science & Information Technology

Describe virtual machine managers (VMMs).

What will be an ideal response?

Computer Science & Information Technology

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

1. It’s considered good practice to define all strings, numeric values and other values in XML resource- files that are placed in the subfolders of a project’s resources folder. 2. For a TextView font color, you should typically create a color resource using a color selected from Google’s Material Design color palette.

Computer Science & Information Technology