What are the COM components?
Submitted by: AdministratorIt evolved like this
when u write a CLASS to reuse in a application, multiple
intances of the class exists with each instance of
application,
Next u want to avoid it so u make a class and put it in DLL
now only one instance exists though multiple instances of
applications exists
Applicatoin needs to be recompiled whenever Dll is
modified, SO came COM.
COM is independent component that internally handles
networking, resources etc, COM uses IDL to communicate to
different languages
Submitted by: Administrator
when u write a CLASS to reuse in a application, multiple
intances of the class exists with each instance of
application,
Next u want to avoid it so u make a class and put it in DLL
now only one instance exists though multiple instances of
applications exists
Applicatoin needs to be recompiled whenever Dll is
modified, SO came COM.
COM is independent component that internally handles
networking, resources etc, COM uses IDL to communicate to
different languages
Submitted by: Administrator
Read Online Win32API Job Interview Questions And Answers
Top Win32API Questions
☺ | Write About send message and post message? |
☺ | What is Win32? |
☺ | In win32 application if defining a variable of CString then it gives the error "CString:Undeclared identifier" how to solve the problem? What headerfile need to include? |
☺ | What is GDI object? |
☺ | In Win32 application can we use CString datatype? |
Top Coding/Programming Categories
☺ | Python Interview Questions. |
☺ | OOP Interview Questions. |
☺ | Software engineering Interview Questions. |
☺ | PHP Interview Questions. |
☺ | VBA (Visual Basic for Applications) Interview Questions. |