What is document-view architecture ? Give me one real time
example for SDI ?

Answers were Sorted based on User's Feedback



What is document-view architecture ? Give me one real time example for SDI ? ..

Answer / satheeshkedarisetti

MFC applications wizards by default creates an application
skeleton with a document class and view class. This
achetecture separates the data management into these two
classes. The document manages the data of multipule views.
view displays the data and manages the user interaction.

Notepad is simple example for SDI application.

Is This Answer Correct ?    23 Yes 2 No

What is document-view architecture ? Give me one real time example for SDI ? ..

Answer / jianhua wang

This document-view architecture is the core of the
application framework and is loosely based on the
Model/View/Controller classes from the Smalltalk world. In
simple terms, the document-view architecture separates data
from the user’s view of the data. One obvious benefit is
multiple views of the same data.

Is This Answer Correct ?    13 Yes 3 No

Post New Answer

More MFC Interview Questions

how to repaint when working with horizontal scroll bar

0 Answers  


What is the base class for MFC

3 Answers   HCL,


Hi All, I have created one MFC Dialog Based application.now if i am running the application its working fine,instead of closing he application i minimized the application,if i run the application again,i am getting the Dialog. I want to prevent the calling of application multiple times. please give me the code and let me know in which method i need to make changes. Praveer

7 Answers   HP,


What is the difference between OnInitialUpdate and OnUpdate?

5 Answers  


WHAT IS DIFFERENT BETWEN RELEASE MODE & DEBUGGING MODE

4 Answers   Google, Microsoft, TCS,






What is stack size in win32 program?

1 Answers   HCL,


Types of DLL's

11 Answers   Invensys,


1)dynamic creation of a Button ?

2 Answers   TCS,


What is userdefine Messages in MFC?

1 Answers   HCL,


What is socket?

3 Answers  


How can i change the color of a dropdowncombobox elements

2 Answers  


How to convert a CString variable to char* or LPTSTR?

5 Answers   Dover,


Categories