Multiple choice

A procedure in a class that describes an action that an object can perform is called

  1. Method

  2. Function

  3. Procedure

  4. Property

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

In OOP, a procedure or function defined within a class that describes an action an object can perform is called a method.