Shared Flashcard Set

Details

IT293 Unit 8 Glossary of Terms
Terms for Unit 8- IT293
6
Computer Science
Undergraduate 2
08/21/2010

Additional Computer Science Flashcards

 


 

Cards

Term
An object
Definition
This is an encapsulation of data and procedures that act on that data.
Term
Data hiding
Definition
This prevents inadvertent data modification.
Term
Member or instance variables
Definition
Variables contained in classes that are declared with a statement of the form.
Term
Private
Definition
Items declared with this keyword (instead of Dim) cannot be accessed from outside the class.
Term
Public
Definition
Items declared with this keyword are accessible from both inside and outside the class.
Term
Constructor
Definition
Each class has a special method that is always invoked when the object is instantiated. This may take arguments. It is used to perform tasks to initialize the object.
Supporting users have an ad free experience!