VISUAL BASIC

VISUAL PROGRAMMING

VISUAL BASIC

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
A ____ is an action that can be performed on objects.
A
property
B
method
C
procedure
D
variable
Explanation: 

Detailed explanation-1: -a method is an action which an object is able to perform. sending a message to an object means asking the object to execute or invoke one of its methods.

Detailed explanation-2: -Declaration: The code set in bold are all variable declarations that associate a variable name with an object type. Instantiation: The new keyword is a Java operator that creates the object. Initialization: The new operator is followed by a call to a constructor, which initializes the new object.

There is 1 question to complete.