what is the difference between the codes written in the
document class and view class
Answer Posted / mohanavel
The Document class supports objects used to store or
control your program's data and provides the basic
functionality for programmer-defined document classes. A
document represents the unit of data that the user
typically opens with the Open command on the File menu and
saves with the Save command on the File menu.
The View class provides the basic functionality for
programmer-defined view classes. A view is attached to a
document and acts as an intermediary between the document
and the user: the view renders an image of the document on
the screen and interprets user input as operations upon the
document. The view also renders the image for both printing
and print preview.
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
Explain pointer to the constant and constant pointer?
What is the difference between turbo c++ and visual c++?
What is microsoft visual c++ 2017 redistributable?
Is visual c++ still used?
What are the advantages of a message map
What is microsoft visual c++ 2015 redistributable?
How do I uninstall vc++ 2015?
What is microsoft visual c++ 2005 redistributable?
What is the use of message map? Advantages of a message map.
How do you handle drag and drop in ole?
What is visual c++ runtime?
What is visual c++ redistributable?
Explain pointer to the constant and constant pointer? Explain difference between them.
What is difference between c++ and visual c++?
How do I change visual code font?