Quote:
Originally Posted by Kia I had a couple of general questions: What is an interface? What role do interfaces play in GUI-based applications? Your help would be appreciated. Thanks! |
There are a number of different interfaces. The human-machine interface is what the programmer designs -- the menus, the text boxes, radio buttons, etc. The role is pretty obvious.
There are also interfaces that have nothing to do with GUI. For example, when designing a stand-alone module that is intended to be accessed by other programming modules, an
interface is designed by the programmer. The only access that is allowed is through that interface.
Does this help you any?