Assignment Chef icon Assignment Chef

[SOLVED] Csci135 project 2: profémon!

5.0 1 customer review Digital download

Digital download

$25.00

Availability
In stock
Checkout
One item

Need a hand?

Message us on WhatsApp for payment or download support.

WhatsApp QR code

 

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: MLSOFTWARE, 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.hppprofemon.cppskill.hppskill.cpp

Here is a sample main file. Make sure to add your own code to test all functions.

Compile your code locally using: