Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Polymorphism Question 8 (a) What is polymorphism in object oriented programming? Is it really needed and if so, why? What are its advantages? How is
Polymorphism Question 8 (a) What is polymorphism in object oriented programming? Is it really needed and if so, why? What are its advantages? How is it implemented in C++? If it makes your explanation easier, you can use an example. Be precise and brief, in your answers. [5 marks] (b) Should we use the virtual keyword for every method in C++? What is a pure virtual function? What is an abstract class in C++? Briefly explain your answer. 3 marks] (c) What is object slicing, and why could using pure virtual functions avoid this problem? [4 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