A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

method

[programming] In object-oriented programming, an action that an object is capable of performing. Objects that belong to the same class all have the same methods. For example, all Visual Basic form objects can execute a method called “Show and Hide.”

Related Terms