Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Question 8 (a) What is the purpose of the virtual keyword in C++? [2 marks] (b) What is object slicing, and why could using pure
Question 8 (a) What is the purpose of the virtual keyword in C++? [2 marks] (b) What is object slicing, and why could using pure virtual functions avoid this problem? [4 marks] (c) Briefly describe the output of the following program and how it would, or would not, change if the member variable message was removed from the class Child? #include class Parent public Parent) message"Parent"; h void display) 1 std: : cout std: :string message int main( Parent *cnew Child c->display) return 0; [4 marks] [Total for Question 8: 10 marks]
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started