Question
Workshop #8: Virtual functions and Abstract base classes ********************************************************************************** https://github.com/Seneca-244200/OOP-Workshops/tree/main/WS08 ********************************************************************************** Note : All the code written in workshops and the project must be implemented
Workshop #8: Virtual functions and Abstract base classes
**********************************************************************************
https://github.com/Seneca-244200/OOP-Workshops/tree/main/WS08
**********************************************************************************
Note: All the code written in workshops and the project must be implemented in thesddsnamespace.
- main.cpp
// Workshop 8: // Version: 1.0 // Date: 2021/6/03 // Author: Wail Mardini // Description: // This file tests the part 1 section of your workshop // Do not modify your code ///////////////////////////////////////////// #include
PART 1 (100%)
Implement four modules for the following classes;baseShape, labelShape, lineLabelandrectangleLabel
baseShape Class public labelShape Class + baseShape public public rectangleLabel lineLabel Class Class labelShape labelShapeStep 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