Question: 1.4. Write a back-end class called HTML and save it in a file called HTML.cpp. This class must have the following structure: Private Members Data

 1.4. Write a back-end class called HTML and save it in

1.4. Write a back-end class called HTML and save it in a file called HTML.cpp. This class must have the following structure: Private Members Data Type Name TUTTable cTable Description This member will store the table that will be stored in the HTML file. Public Methods Return Type void void Method Signature setTable(TUTTable table) writeHTMLFile(string fileName) Description This method must set the table that will supply the cell data of the HTML file. This method must write the content of the table to an HTML file in HTML format. At the beginning and end of this method insert similar debug instructions as those in the copy constructor of the TUTTable class. Also insert a debug 8 instruction that will display the data content of each cell as it is written to the HTML file. NB! When you are done writing this class, test the class in the main program to see if all the methods are functioning correctly

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!