Friday, October 18, 2013

Application program interface general understanding

Application program interface (API). In the sphere of order on behalf of an function plan to function, it have to intermingle with the central processing unit approach in a variety of ways, such as sense in a row from diskette collection, distribution data to the laser printer, and displaying text and graphics on the check screen (user interface). The plan may perhaps need to get back passй whether a device is obtainable or whether it can assert access to an other portion of reminiscence. In the sphere of order to provide these and many other services, an operating approach such as Microsoft Windows includes an extensive function plan interface (API).

The API basically consists of a variety of functions or procedures with the aim of an function plan can call in the lead, as well as data structures, constants, and various definitions desired to illustrate approach wealth. Applications programs bring into play the API by plus calls to routines in a plan collection (library, plan and procedures and functions). In the sphere of Windows, “dynamic link libraries” (DLLs) are used. For case in point, this clear-cut function puts a message box on the screen:
MessageBox (0, “Program Initialization Failed!”, “Error!”, MB_ICONEXCLAMATION | MB_OK | MB_ SYSTEMMODAL);

In the sphere of practice, the API on behalf of a major operating approach such as Windows contains hundreds of functions, data structures, and definitions. In the sphere of order to simplify learning to access the crucial functions and to promote the characters of readable code, compiler developers such as Microsoft and Borland assert devised frameworks of C++ classes with the aim of package interconnected functions jointly.

For case in point, in the Microsoft Foundation Classes (MFC), a plan in the main begins by deriving a group of pupils representing the application’s basic characteristics from the MFC group of pupils CWinApp. When the plan wants to present a window, it derives it from the CWnd group of pupils, which has the functions regular to all windows, dialog boxes, and controls. From CWnd is derived the specialized group of pupils on behalf of both type of window: On behalf of case in point, CFrameWnd outfit a conventional highest function window, while CDialog would be used on behalf of a dialog box.

Thus in a framework such as MFC or Borland’s OWL, the object-oriented conception of encapsulation is used to bundle jointly objects and their functions, while the conception of inheritance is used to relate the generic object (such as a window) to specialized versions with the aim of assert added functionality (object-oriented brainwashing and encapsulation inheritance).

In the sphere of topical years Microsoft has greatly extended the accomplish of its Windows API by only if many upper level functions (including user interface items, net communications, and data access) previously requiring separate software components or plan libraries (like Microsoft.Net). Programmers using languages such as Visual Basic can take lead of a advance level of abstraction. Here the various kinds of windows, dialogs, and other controls are provided as building blocks with the aim of the developer can place in into a form designed on the screen, and it follows that settings can be made and code on paper as appropriate to control the behavior of the objects once the plan runs. While the programmer will not assert as much tell control or flexibility, avoiding the need to master the API income with the aim of functional programs can be on paper more quickly.

No comments:

Post a Comment

DMCA Protection