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

Q1. A. What is unary operator? List out the different operators involved in the unary operator. B. What is an adjust field format flag? Q2. A. Distinguish between a # include and #define. B. Can a list of string be stored within a two dimensional array? Q3. A. Explain how a pointer to function can be declared in C++? B. List the merits and demerits of declaring a nested class in C++? Q4. A. What are the syntactic rules to be avoid ambiguity in multiple inheritence? B. Explain the operation of overloading of an assignment operator. Q5. A. Explain how the virtual base class is different from the conventional base classes of the opps. B. Explain how an exception handler is defined and invoked in a Program. Q6. A. What is a binary file? List the merits and demerits of the binary file usagein C++. B. Write short notes on Text Manipulation Routines. C. Write bites in Turbo c++ Header ("Include") Files.

3 Answers   ABC, HCL, Infosys,


Does the application have more than one object? If no, then what is the reason?

5 Answers  


what is the updated verssion in vc++

3 Answers   Aspect,


Do you have an idea about MFC?

0 Answers   C DAC, CDAC,


What is primitive and non-primitive application?

2 Answers   HCL,






Tell us something about MFC?

7 Answers   Microsoft,


If i derive a new class from CObject what are the basic features my derived wil get ?

4 Answers   Microsoft,


In VC++ How to transfer between one exe to another exe while running..

5 Answers   Wipro,


What is stack size in win32 program?

1 Answers   HCL,


What types of threads are supported by MFC framework?

2 Answers  


What is CArchive class dowes?

4 Answers  


1) Enable or disable a Cancel button at run time?

1 Answers   HCL,


Categories