Question: Write a program segment that defines a file stream object named employee. The file should be opened for both input and output (n binary mode).

Write a program segment that defines a file stream object named employee. The file should be opened for both input and output (n binary mode). If the file fails top open, the program segment should display an error message. ab Save Question 10 (25 points) Create a class definition that meets these requirements. Class name of Tools. Has data members for the quantity (int), price (double) and name (string). Accessors and Mutators for the data members. A default constructor that has 3 inputs for the quantity, price and name. There should be NO code
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
