Examlex

Solved

The Procedures That an Object Performs Are Called

question 16

Multiple Choice

The procedures that an object performs are called


Definitions:

Function Prototype

A declaration of a function that specifies the function's name, return type, and parameters, but not its body.

Prototype

In programming, a prototype refers to the declaration of a function specifying its return type, name, and parameters, but not its body.

Void

In programming, void indicates that a function does not return a value.

Link

In computing, a reference that points to another document or a specific part of a document, commonly used on the web.

Related Questions