Name the Synchronization objects?

Answers were Sorted based on User's Feedback



Name the Synchronization objects?..

Answer / satyarth

the base class for synchronization is CSyncObject.there are
four synchronization objects
CEvent , CCriticalSection , CMutex , CSemaphore

Is This Answer Correct ?    3 Yes 1 No

Name the Synchronization objects?..

Answer / manjinder

There are four synchronization objects which MFC holds.
They are
CEvent, CCriticalSection, CMutex, CSemaphore. Other than
CCriticalSection all are kernel objects. Kernel Objects can
be accessed by different process at same time.

Is This Answer Correct ?    4 Yes 2 No

Post New Answer

More MFC Interview Questions

How you create a button dynamically?

2 Answers  


What is serialization ?which function is responsible for serializing data ?

5 Answers  


Does the application have more than one object? If Yes, Briefly explain.

2 Answers   Soltius Infotech,


How can we create thread in MFC framework?

3 Answers  


how can u change button shape at run time

3 Answers   Samsung,






visual Pogramming c++ coding for create a paint application.. (Please someone help me)

2 Answers  


Do you have an idea about MFC?

0 Answers   C DAC, CDAC,


What is the difference between the ASSERT and VERIFY macros?

4 Answers  


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

4 Answers   Microsoft,


What is Multithreading

1 Answers   Invensys,


1)why we cant create more than one instance of the class Derived from CWinApp

5 Answers   Alstom,


Tell me about different kinds of synchranization objects ?

6 Answers  


Categories