---
title: "Explain about frames?"  
description: "Explain about frames?"  
author: "Anonymous User"  
published: 2011-03-28  
updated: 2020-09-18  
canonical: https://www.mindstick.com/interview/650/explain-about-frames  
category: "visual c++"  
tags: ["visual c++"]  
reading_time: 1 minute  

---

# Explain about frames?

Frame describes about the borders, dimensions and location of the window. Two types of MFC applications are present which use a frame. Application using frames use a concept known as Document/View architecture. This architecture allows a certain program to be present in applications.

## Answers

### Answer by Anonymous User

Frame describes about the borders, dimensions and location of the window. Two types of MFC applications are present which use a frame. Application using frames use a concept known as Document/View architecture. This architecture allows a certain program to be present in applications.


---

Original Source: https://www.mindstick.com/interview/650/explain-about-frames

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
