Write the
significance
and use
of IDL
Answers
Answered by
1
Answer:
IDL (interface definition language) is a generic term for a language that lets a program or a object written in one language communicate with another program written in an unknown language. In distributed object technology, it's important that new objects be able to be sent to any platform environment and discover how to run that environment. An Object Request Broker (ORB) is an example of a program that would use an interface definition language to "broker" communication between one object program and another one.
Explanation:
Hope it will help......
Similar questions