Question: Please use C++ code. write 3 classes. 1. main.cpp file (Driver file) 2. main.h (header file) 3. main.tpp (Implementation file) Please add your screen short

Please use C++ code.
write 3 classes.
1. main.cpp file (Driver file)
2. main.h (header file)
3. main.tpp (Implementation file)
Please add your screen short with output, Thank you
Task 2: Using the new operator, allocate a two dimensional character array. Again the member of rows and columns are going to be provided by the user as input. All of the rows are the same size. Take character strings as input from the user and then print the strings. Finally de-allocate the array using the delete operator
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
