Question: using c++ void SetBoard(int, int): that set the values of IDNumber, and Boardcost of the StudentName Motherboard. (1 Mark) bool is Original(): that returns true
using c++

void SetBoard(int, int): that set the values of IDNumber, and Boardcost of the StudentName Motherboard. (1 Mark) bool is Original(): that returns true if the StudentName_Motherboard is original. (0.5 Mark) void setOriginal(bool ): that will set the status of the board(original or not) based on the given parameter. (1 Mark) void setSlots (string n[], int no): that set the received arrays of string and place them in the slotsType arrays of the StudentName_Motherboard, if their count does not exceed the StudentName_Motherboard maxSlots (2 Marks) int Count(string h): that return the number of slots exist of the same type based on the string send in the parameter. (1.5 Marks) void SetBoard(int, int): that set the values of IDNumber, and Boardcost of the StudentName Motherboard. (1 Mark) bool is Original(): that returns true if the StudentName_Motherboard is original. (0.5 Mark) void setOriginal(bool ): that will set the status of the board(original or not) based on the given parameter. (1 Mark) void setSlots (string n[], int no): that set the received arrays of string and place them in the slotsType arrays of the StudentName_Motherboard, if their count does not exceed the StudentName_Motherboard maxSlots (2 Marks) int Count(string h): that return the number of slots exist of the same type based on the string send in the parameter. (1.5 Marks)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
