Which of the following is not allowed?
a. Objects of abstract classes.
b. Multiple pure virtual functions in a single abstract class.
c. References to abstract classes.
d. Arrays of pointers to abstract classes.
a. Objects of abstract classes.
You might also like to view...
Adware would show up as one or more pop-ups on a computer
Indicate whether the statement is true or false
The Motorola DynaTAC 8000X was the first handheld ___________ telephone.
Fill in the blank(s) with the appropriate word(s).
____ breaks the software code into portions that run on ordinary RAM, portions that run on read-only memory (ROM), portions that run under secure hardware, and/or portions that run remotely in a trusted location.
A. Licensing B. DEUD C. Hidden licensing D. Code partitioning
Which of the following statements creates a new instance of MediaPlayer and assigns it to mpTrombone?
A. MediaPlayer.new(mpTrombone); B. mpTrombone = MediaPlayer.create(); C. MediaPlayer.create(mpTrombone); D. mpTrombone = new MediaPlayer();