what is the difference between the codes written in the
document class and view class



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

Post New Answer

More VC++ AllOther Interview Questions

what is the difference between the codes written in the document class and view class

1 Answers  


Is visual c++ a compiler?

0 Answers  


What is a microsoft visual c++ 2008 redistributable?

0 Answers  


What is the difference between Boxing and Unboxing in C#

1 Answers  


What is the difference between the client and non-client areas?

2 Answers  






How can we use cmutex?

0 Answers  


Name the most commonly used wizards?

2 Answers  


What is the difference between serialization and deserialization?

4 Answers   Cap Gemini, HCL, MBT,


Is microsoft visual c++ important?

0 Answers  


Name the three attributes of a pen?

1 Answers  


What is the difference between the cout and cin iostream objects?

7 Answers  


How can we allow no selection of radio button in grouped radio buttons?

2 Answers  


Categories