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 convert a CString variable to char* or LPTSTR?

5 Answers   Dover,


What function is used to disable a control at runtime?

7 Answers  


What is thread & process?

15 Answers   Exaband,


What types of threads are supported by MFC framework?

2 Answers  


visual Pogramming c++ coding for create a paint application.. (Please someone help me)

2 Answers  






what is the use of Mutex and critical section

2 Answers  


What is the difference between ASSERT and VERIFY?

2 Answers  


what message is sent to an application when the user presses the primary button?

0 Answers   University Exams,


What function is used to retrieve the currently selected index in a list box?

2 Answers  


1) create ToolTip in MFC?

2 Answers   HCL,


How to handle dynamic menus in MFC?

3 Answers   HCL,


Have you ever used win32 APIs ?

4 Answers   Microsoft,


Categories