Object Oriented Software Engineering   View all facts   Glossary   Help
subject > programming language construct > data item > variable > attribute
Next data abstractionclass    Updata abstraction, variable    Previous data abstractionassociation   

attribute comparison table
Subject refer to have be access through add to is a kind of is a subtopic of group hide use in has definition help represent implement as identify by contain
data abstraction     abstraction2.1 - What is Object Orientation?the pieces of data that describe some entity, so that programmers can manipulate that data as a unitthe details of data  a programmer to cope with the complexity of data    
variablea particular object, several different objects during the execution of a program, or no object at allcomment if it is non-obvious   data item2.3 - Instance Variables   A place where you can put data    different classes of objects depending on the type of the variable
attributea particular object, several different objects during the execution of a program, or no object at allan implicit internal structureprivatepublic methods so that attributes are only given valid values and so that you can change the internal design of the class without affecting how users of the class interact with ita model unless it is relevant to the application - it will be needed to implement some requirementvariable9.2 - Principles Leading to Good Designthe pieces of data that describe some entity, so that programmers can manipulate that data as a unitthe details of datathe analysis and design stage before it is known how the attribute will be implementedA simple data item present in all the instances of a classa programmer to cope with the complexity of dataa variable number of thingsan instance variable in Javalooking at the description of the system and searching for information that must be maintained about each classdifferent classes of objects depending on the type of the variable

Next data abstractionclass    Updata abstraction, variable    Previous data abstractionassociation