Q42
What is the result of attempting to instantiate an object of an abstract class in C++?
A.
Compilation error
AnswerB.
Run-time error
C.
No error, but the program may crash
D.
No error, the object is instantiated
Answer: Option A
Solution
Answer: Option A
No explanation is given for this question Let's Discuss on Board