Q52
What will be the output of the following C++ code? #include #include using namespace std; class A public: virtual static void show() cout show(); return 0;
A.
class B
B.
Error
AnswerC.
Segmentation fault
D.
class A
Answer: Option B
Solution
Answer: Option B
No explanation is given for this question Let's Discuss on Board