Define and implement the Skill and Profemon class with a header and a source file (From now on, when you implement a class, assume you will implement two files: .hpp and .cpp).
The Skill class must have the following information stored in their private member variables:
The Skill class must have the following in it’s public access modifier:
The header file of the Profemon class must have an enumeration type called “Specialty” with three possible values: ML, SOFTWARE, and HARDWARE in this exact order. The enum should be defined outside the class.
The Profemon class must have the following information stored in their private member variables:
The Profemon class must have the following in it’s public access modifier:
You will submit the following files to gradescope:
profemon.hpp, profemon.cpp, skill.hpp, skill.cpp
Here is a sample main file. Make sure to add your own code to test all functions.
Compile your code locally using:

![[SOLVED] Csci135 project 2: profémon!](https://assignmentchef.com/wp-content/uploads/2022/08/downloadzip.jpg)


![[SOLVED] SAT 301 Final Year Project 2024-2025](https://assignmentchef.com/wp-content/uploads/2022/08/downloadzip-1200x1200.jpg)
Reviews
There are no reviews yet.