GeekInterview.com
  I am new, Sign me up!
 
GeekInterview.com  >  Interview Questions  >  Programming  >  C++
Go To First  |  Previous Question  |  Next Question 
 C++  |  Question 131 of 203    Print  
What is document view architecture in VC++

  
Total Answers and Comments: 1 Last Update: August 07, 2007     Asked by: purush 
  
 Sponsored Links

 
 Best Rated Answer

No best answer available. Please pick the good answer available or submit your answer.
August 07, 2007 02:29:59   #1  
Nirmalraj        

RE: What is document view architecture in VC++

Document / view means to separate the logic and the data is easy for coding all data are declared inside the document.h file and implementation is done inside the document.cpp file the display properties are mentioned inside the view.


 
Is this answer useful? Yes | No

 Related Questions

Latest Answer : look this code which tells we can Create an object for pure virtual function:Class Base{  public: virtual void fun()=0;};class deri:public base{ void fun(){  cout
Read Answers (4) | Asked by : Pankaj
Tags : Abstract

Latest Answer : Frame window houses the View window besides toolbar, menubar and status bar. Its a parent window to the view. View is a visual representation of the document ( data ) . Document is where you can store/retrive the data using Serialize function. ...
Read Answers (1) | Asked by : Purush

Latest Answer : Document / view means to separate the logic and the data is easy for coding, all data are declared inside the document.h file and implementation is done inside the document.cpp file, the display properties are mentioned inside the view. ...
Read Answers (1) | Asked by : purush

Latest Answer : IN docview ..acually weuse 3 tier architecture...we seperate the implementationin data,logic,view(GUI)so that if we can change these component independently......this all is to make the design extendible & to reduce couplingin mdi we can have different ...
Read Answers (1) | Asked by : aaaaa

i know that function name is same. but each time we are writing code for each function.then in which way it is advantageous than normal function. 
View Question | Asked by : suhana


 Sponsored Links

 
Related Articles

Querying a DOM Document with XPath

Querying a DOM Document with XPath One way to access the DOM tree in a DOMDocument object is through an associated DOMXPath object Identifying a specifi c node or nodes within the DOM tree of a DOMDocument object with this approach involves use of appropriate XPath expressions passed to the DOMXPath
 

Concepts of Object-Oriented Programming

Object Oriented JavaScript In this chapter you ll learn about OOP Object Oriented Programming and how it relates to JavaScript As an ASP NET developer you probably have some experience working with objects and you may even be familiar with concepts such as inheritance However unless you re already a
 

EDI Document Types

EDI Document Types EDI documents come in various forms each of which can appear differently depending on the company’ s internal computer system Also while each standard has code specificity each order may look very different a clothes company will send details of color and sizes while a f
 

N-Tier Architecture: Data Access Layer

N Tier Architecture Data Access Layer In an N Tier architecture the data access layer consists of components that aid one in the process of accessing the database When it is used correctly the data access layer serves as an abstract level for the structures of the database Simple changes that are ma
 

N-Tier Architecture: The Business Rules Layer

N Tier Architecture The Business Rules Layer Business Rules Layer in N Tier Architectures The Business Rules Layer in an N Tier architecture is that layer that contains the Business logic and or Business rules of the application Reserving a separate layer strictly for Business logic in an N Tier arc
 

N-Tier Architecture Presentation Logic Layer

N Tier Architecture Presentation Logic Layer Composition of the Presentation Layer The Presentation Layer in an N Tier structure is commonly referred to as the client” layer It consists of parts that are used to present data to an end user Examples of components on the Presentation Layer
 

SOA and Business Architecture

SOA and Business Architecture Businesses are now having to think a lot more seriously about how to best assemble their systems out of common parts Service Oriented Architecture has caused this change in the way such systems are thought of It requires a lot more planning and investment at the outset
 

SOA and Network Management Architecture

SOA and Network Management Architecture In recent years the field of Network Management has been absorbing the principles of Service Oriented Architecture Examples of service oriented Network Management architectures include the TS 188 001 NGN Management OSS Architecture from ETSA as well as the mor
 

SOA Architecture

SOA Architecture It is essential for the Businesses to think a lot more seriously about how best to assemble their systems out of common parts It requires a lot more planning and investment at the outset but it also enables Businesses to build faster systems in the long run as the inventory of reusa
 

N-Tier Client-Server Architecture

N Tier Client Server Architecture Description of 1 Tier and 2 Tier Web Applications This article will discuss the various architectures of Client Server environments Perhaps the most influential Client Server environment is the Internet and its global users With the increasing use of web application
 

About Us -  Privacy Policy -  Terms and Conditions -  Contact -  Ask Question -  Propose Category -  Site Updates 

Copyright © 2005 - 2009 GeekInterview.com. All Rights Reserved

Page copy protected against web site content infringement by Copyscape