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

What MFC base classes provide support for ActiveX controls?

2 Answers   Wipro,


List out the parameters of WinMain Function.

2 Answers   Mphasis,


How can we create thread in MFC framework?

3 Answers  


What is the difference between the ASSERT and VERIFY macros?

4 Answers  


Explain StretchBlt and BitBlt

1 Answers  






What is difference between the TCP/IP and UDP socket

5 Answers   Invensys,


What is the difference between Synchronous sockets and asynchronous sockets?

2 Answers  


What is CSingleDocTemplate?

1 Answers  


how do u identify RTTI in vc++

4 Answers   Siemens,


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

5 Answers   Dover,


What is the base class for most MFC classes?

7 Answers   CMC, Siemens,


1)How to change the size of a button at run time ?

1 Answers  


Categories