Q24
What is the purpose of the 'virtual' keyword in C++?
A.
To create class-level variables and functions
B.
To allocate memory dynamically
C.
To enable polymorphism through function overriding
AnswerD.
To specify the type of a variable
Answer: Option C
Solution
Answer: Option C
No explanation is given for this question Let's Discuss on Board