Q70
What will be the output of the following C++ code? #include #include using namespace std; class Mammal public: virtual void Define() cout Define(); return 0;
A.
I'm a Male
B.
I'm a Mammal
C.
Error
D.
Segmentation Fault
AnswerAnswer: Option D
Solution
Answer: Option D
No explanation is given for this question Let's Discuss on Board