Interface Definition Language
Interface Definition Language
- specifies component’s boundaries and interfaces to potential clients
- seperates interface from implementation (declarative)
- IDL grammar is a subset of C++ with additional keywords to support distributed concepts
Benefits:
- Ensures platform independence
- Enables language independence