User:Poona/reading understanding prerequisite/interfaces: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
No edit summary
Line 2: Line 2:




Interfaces are basically used to define the interfaces of a xpcom
-- Interfaces are basically used to define the interfaces of a xpcom  component in a language independent fashion.  They use IDL(Interface  Description Language) to define the interfaces, which can then be implemented by a component.
  component in a language independent fashion.  They use IDL(Interface  
  Description Language) to define the interfaces, which can then be
implemented by a component.


'''--'''  Interfaces are defined in an *.idl file.
'''--'''  Interfaces are defined in an *.idl file.
132

edits

Navigation menu