what is the difference between the codes written in the
document class and view class
Answer / 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 |
What is the difference between the client and non-client areas?
How you build a project using Developer Studio?
What is visual c++ 2008 redistributable x64?
How can we use cmutex?
Explain pointer to the constant and constant pointer?
How can i communicate with two systems one is located some place another is located 100km how from the current systems which protocala i have to use
What property is used to indicate that the up-down control is associated with a buddy control?
Do I need microsoft visual c++ on my computer?
Explain the significance of initapplication() in vc++.
What is microsoft visual c++ 2015 redistributable?
How do you handle drag and drop in ole?
Suppose multiple threads accessing a registry key at a time. In that case which synchronization object you will use?