Set: AP Exposure Java 2 chapter 14 terms

Familiarize

Learn

Test

Play Scatter

Play Space Race

Voice Scatter

Voice Race

Combine with other sets Login to add to Favorites
Print: Term List | Flashcards Editing not allowed
Export Deleting not allowed

Share these flash cards

With group: None
HTML link to set: Tiny link:
Share on Facebook Share on MySpace

All 30 terms

TermDefinition
Program modules(Divide and conquer)large programs need to be divided into small program modules.
Structured Programmingorganized style of programming that places emphasis on modular programming which aids testing ,debugging and modifying
Structered Programminghere modules are procedures and functions that process external data passed by parameters
Object Oriented Programminga programming style with heavy emphasis on program reliability through modular programming
Object Oriented Programmingmodules here contain both the data and subroutines that process Data
Javahere modules are called classes and subroutines are smaller modules called methods
Encapsulationplacing a data structures data with methods that act upond the data inside classes.
Inheritanceusing features features from an established higher class, both attributes and actions
superclasshigher class in Incapsulation
subclasslower class in Incapsulation
polymorphismallows a single acessing feature, such as an operator, method or class identifier, to have many forms
Classuser defined data type that encapsulates both data and moethods that act upon data
Classa template for the construction of objects
Object/Instanceone instance of a class
Classa type
Objecta variable
class attributesdata components of a class
instance variablesanother name for class attributes
methodsaction modules that process data. also called subroutines procedures and function
Instantiationthe moment or instance that memory is allocated for a specific object a class
copy constructora constructor that instantiates a new object as a copy of an existing object.
Aliasingwhen two or more variables reference the same mermory location.
Fact of Aliasingany change in the value of one variables brings about a change in the value of the other variables.
Fact on simple data typerstore assigned values directly in their allocated memory locations.
Fact on objectsstor memory references of the memory locations allocated during the construction of the object
Fact Static methods and static attributescan be accessesd for the entire duration of a program
Fact Static variablescan be accessed by static methods and object methods
Fact Instance variablescan be only accessed by object methods
Fact Static attributescan be accessed with object identifiers and class identifiers.
object is created withnew operator
Become a Friend of Quizlet!

Set Information

Terms 30
Creator teddyayalew
Created February 13, 2008
Groups None
Subject fdfdf
Access Anyone
Edit Creator Only
Get rid of ads on Quizlet

Description

fdfd

Pop out

Discuss

No Messages
Last Message: never

You must be logged in to discuss this set.

Top Users

  1. tikuiaku - 1 score

Most Missed Words

  1. Instantiation the moment or instance that memory is allocated for a specific object a class - 1 miss