CPlusOOP
SiteMap
Advanced COM
Basic COM
Basic COM
«Prev
Next»
Com Fundamentals
Component Object Model
COM Specification
Terminology COM Objects
Com Clients And Servers
Com Method Property
COM Interface Properties
Interface Definition Language
Compiling IDL Files
Implementing COM Objects
iunknown Interface Navigation
Query Interface Guidelines
iunknown Reference Counting
Iunknown Interface
COM Type Library
Com Basics Conclusion
COM Basics
COM Class Objects
iClassfactory Methods
iClassfactory Creates Objects
COM Servers
InOrocessServer Registers
InProcess Com Servers
dllCanUnloadNow Described
Creating COM Objects
COM Interfaces
Client Side Code
COM Basic Conclusion
In Process Com Server
Development Frameworks
Core ATL Classes
Generate ATL Process ComServer
Add COM Class
Examine ATL Code
ATL Project Files
Designing Data Structures
Designing Methods
Adding Structures Constants
Add readWrite Property
Add Read Only
Add Interface Methods
Add Application Data
Coding COM Methods
Add Phone Record
COM Server Conclusion
COM Class Object Factories - Quiz
Each question is worth one point. Select the best answer or answers for each question.
1.
What does a COM class define?
Please select the best answer.
A.
The methods in a COM interface
B.
The interfaces and CLSID of a COM object
C.
A class factory
2.
What are class objects?
Please select the best answer.
A.
COM objects that implement an object creation interface to create a specific type of COM object
B.
Containers for COM objects
C.
The predecessor to dot.net
3.
When are COM objects created?
Please select the best answer.
A.
When a client calls
new COMClassObject()
B.
Automatically by the COM subsystem
C.
When a COM client gets a class object and uses its object creation interface to create an instance of a COM object
4.
A class factory is:
Please select the best answer.
A.
The only type of class object supported by COM
B.
A class object that implements the
IClassFactory
interface
C.
Not a COM object
Correct answers:
Your Score: 0
Submit
Quiz Explanation