Question: URGENT!!!!! THE PROGRAMMING LANGUAGE IS C++ , ALSO YOU SHOULD USE TWO FILES : CPP AND HEADER FILE Task - Matrix - Write a class
URGENT!!!!!
THE PROGRAMMING LANGUAGE IS C++ , ALSO YOU SHOULD USE TWO FILES : CPP AND HEADER FILE

Task - Matrix - Write a class Matrix that represents a dynamic matrix. The class can have any private member you need, but it must have the following public methods: . . constructor (with possible overloads) copy constructor destructor get and set of all private members you want to expose to users print the matrix set and get a given element of the matrix overload of the following operators: . O (for this, implement the method for Assignment 6 - Step 3) (check online what this means) o / == != += O - O * (for this, implement the method for Assignment 6 - Step 3) (check online what this means) /= + +
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
