comp., MS |
feature (A set of logically related functional requirements that provides a capability to the user and enables the satisfaction of a business objective); capability (A value that developers specify in the app manifest for their Windows Store apps. Windows Store apps use capabilities to declare that the app requires programmatic access to protected user resources, such as the Pictures library, or connected devices, such as a webcam); function (A piece of code that operates as a single logical unit. A function is called by name, accepts optional input parameters, and returns a status and optional output parameters. Many programming languages support functions) |