Your Ad Here

Friday, August 14, 2009

Language Terminology

Briefly on some terminology when working with the language:
Module: Used to hold code


Variable: A named memory location of a specific data type used to hold some value

Procedure: A callable series of statements which may or may not return a value

Sub-Procedure: A procedure with no return value

Function: A procedure with return value

Methods: A procedure built into the class

Constructor: Special method used to initialize and customize the object. It has the same name as the class Class: An OOP class which contains data and code

Object: An instance of a class

Arrays: Programming constructs that lets us access data by numeric index

Attributes: They are the items that specify information about other items being used in VB. NET

No comments:

Post a Comment

Your Ad Here