Take a look at the following class here in c++..   class myDocument { public: myDocument(const char *docname); ~myDocument(); void print();   create an object for the above class that will opens a .txt file and remains open. utilize method print() to output the text in the .txt file to the screen.

EBK JAVA PROGRAMMING
9th Edition
ISBN:9781337671385
Author:FARRELL
Publisher:FARRELL
Chapter12: Exception Handling
Section: Chapter Questions
Problem 10PE
icon
Related questions
Question

Take a look at the following class here in c++..

 

class myDocument {

public:

myDocument(const char *docname);

~myDocument();

void print();

 

create an object for the above class that will opens a .txt file and remains open.

utilize method print() to output the text in the .txt file to the screen.

The constructor will be used to close the file. Lastly, if the file cannot be read, an exception must be thrown by the constructor.

ensure that function main() must provide and handles exceptions correctly.

Expert Solution
steps

Step by step

Solved in 2 steps

Blurred answer
Knowledge Booster
File Input and Output Operations
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
EBK JAVA PROGRAMMING
EBK JAVA PROGRAMMING
Computer Science
ISBN:
9781337671385
Author:
FARRELL
Publisher:
CENGAGE LEARNING - CONSIGNMENT
Microsoft Visual C#
Microsoft Visual C#
Computer Science
ISBN:
9781337102100
Author:
Joyce, Farrell.
Publisher:
Cengage Learning,