An abstract class is somewhat restricted in how it can be used because

A) it cannot use dynamic binding for its member functions.
B) it cannot use static binding for its member functions.
C) All of its members must be public.
D) the compiler does not allow objects of the class to be created.
E) None of the above


D) the compiler does not allow objects of the class to be created.

Computer Science & Information Technology

You might also like to view...

Why are scheduler activations less portable than either user-level or kernel-level threads?

What will be an ideal response?

Computer Science & Information Technology

?Your business has a web server that has suddenly become unresponsive. When you study the server's logs there are a huge number of requests from what appear to be legitimate computers. The problem is likely because of _____.

A. a CAPTCHA issue B. a denial-of-service attack C. too many Spam emails D. a logic bomb 

Computer Science & Information Technology

Which of the following file formats stores and transports data in a format accessible by other programs?

A. XML B. JPEG C. EPS D. PDF

Computer Science & Information Technology

The registration point is crucial when using ____ to move instances.

A. Java B. ActionScript C. JavaScript D. Perl

Computer Science & Information Technology