InterviewSolution
| 1. |
What Is The Purpose Of Idl? |
|
Answer» IDL stands for Interface DEFINITION Language. Its PURPOSE is to define the capabilities of a distributed service along with a common set of data types for interacting with those distributed services. IDL meets a number of objectives: • Language Independence: IDL stands for Interface Definition Language. Its purpose is to define the capabilities of a distributed service along with a common set of data types for interacting with those distributed services. IDL meets a number of objectives: • Language Independence: |
|