Will someone please check my C++ for me?
1. What does the Load ( ) method do?
Gets data from a file and puts it into a DataSet object. <-----
Gives a value to an attribute of an XmlElement object.
Deletes all the data in a DataSet object.
Tells a form to appear.
2. Scenario: You want to use an XML file in a C++ project. You'll need an object to put the data into. Which of the following objects should you use?
An XmlElement object.
A DataSet object.
An XmlDocument object. <----
A DataGridView object.
My Answers are the ones with the arrows.
1 answer
I had someone help me and those are the right answers. Thanks anyway.