Tell us something about MFC?

Answers were Sorted based on User's Feedback



Tell us something about MFC? ..

Answer / arvin

The Microsoft Foundation Class (MFC) Library is a collection
of classes written in the C++ that can be used in building
application programs.
It allows developers to more easily work with Windows
operating systems and in developing Windows applications.

Is This Answer Correct ?    6 Yes 1 No

Tell us something about MFC? ..

Answer / sandeep.n.a

MFC is the C++ class library Microsoft provides to place an
object-oriented wrapper around the Windows API.

Is This Answer Correct ?    4 Yes 0 No

Tell us something about MFC? ..

Answer / mushtaq ahmad

The Microsoft Foundation Classes Library is arguably the
most distinguishing component of the Visual C++ development
system. This vast collection of C++ classes encapsulates
most of the Win32 API and provides a powerful framework for
typical (and not so typical) applications.

Is This Answer Correct ?    3 Yes 0 No

Tell us something about MFC? ..

Answer / archana pradeep

MFC is a system of C++ classes designed to make Windows
programming easier and quicker.

It consists of a multi-layered class hierarchy that defines
approximately 200 classes.These classes allows to construct
a Windows application using object-oriented principles.

Is This Answer Correct ?    3 Yes 0 No

Tell us something about MFC? ..

Answer / shivali

It is a collection of C++ classes that encapsulates most of
the Win32 API and provides a powerful framework for easier
and faster application development.
Advantages-
1. Reusability of code
2. MFC programs are highly portable
3. Organizes win APIs into structured hierarchy
4. Provides ganeral-purpose classes that can be used
by windows/non-windows applications

Is This Answer Correct ?    3 Yes 1 No

Tell us something about MFC? ..

Answer / ctharam

1)MFC means (M)icrosoft (F)oundation (C)lasses
2)which is a Framework for doing Dialog Based Applicationa and Web Based Application.
3)which is wrapper of Win32 API.
4)which is embedded with all kind of Hardware Devices.
5)re-use of coding.
6)which is having Dynamic DLLs.
7)it supports OOP concepts.

Is This Answer Correct ?    0 Yes 0 No

Tell us something about MFC? ..

Answer / swati gupta

mfc is a microsoft foundation class. these are written in
c++ .mfc is in dll form.mfc allow the programmer to write
the less code because it provide in function which are
ready to use.
it provide reusability of code.

Is This Answer Correct ?    1 Yes 2 No

Post New Answer

More MFC Interview Questions

In MFC By Using Communication Between Dialog Boxes,How Can We Send Message Of one Dialog Box To Another Dialog.?

3 Answers   Financial Technologies,


What is Thread ?(VC++)What is the difference between Cmutex and Csemaphone?

5 Answers   Atos Origin,


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,


What are the types of button controls?

10 Answers  


What does mfc stand for?

0 Answers  






If there is more than 100 control in a window how we can change the Taborder of a controls

4 Answers   Satyam,


What is Multithreading

1 Answers   Invensys,


What is the base class for MFC Framework ?

2 Answers   Mphasis,


What is the use of OninitDialog ?

11 Answers   HCL, Nagarro,


how many types of classes are ther,what are that

7 Answers   L&T,


How many types of combo box are their

2 Answers   Aaditya Info Solutions, E Logic,


19)how to set Back Ground Picture to a Dialog Box in MFC ?

1 Answers  


Categories