...

/

Challenge 2: Implement the Parametrized Constructor

Challenge 2: Implement the Parametrized Constructor

Can you implement the Derived Class parametrized constructor? A solution is placed in the solution section to help you, but we would suggest that you try to solve it on your own first.

Problem Statement

Implement the constructor, Dell(string name) of the Derived ...