Separation of Interface and Implementation
Interface and implementation can be in two different languages.
Interface abstracts and protects details (trade secrets) from client
Interface offers a means of expressing design without worrying about implementation.