Share these flash cards

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

All 23 terms

TermDefinition
Javaprograming language that consists of one or more class declarations. in this modules are called classes and the process-subroutines are smaller modules called methods.
Divide and conquerProgram development requires that large programs are divided into smaller program modules to be manageable
Structured Programmingan organized style of programming that places emphasis on modular programming, which aids testing, debugging and modifying. modules are procedures and functions that process external data passed by parameters
OOPmodules contain both the data and subroutines that process the data. modular programming
Encapsulationthe process of placing a data structure’s data (attributes) with the methods (actions) that act upon the data inside the same module, called a class in Java.
Inheritancethe process of using features (both attributes and actions) from an established higher class.
Polymorphismallows a single accessing feature, such as an operator, method or class identifier, to have many forms
Classa user-defined data type that encapsulates both data and the methods that act upon the data
Objectone instance of a class
attributes/ instance variablesdata components of a class
Methodsaction modules that process data
Instantiationthe moment or instance that memory is allocated for a specific object of a class
inner classdeclaring one class inside another class
constructora method with the same identifier as the class. (neither void nor return)
default constructorsConstructors without parameters
copy constructora constructor that instantiates a new object as a copy of an existing object. uses a single parameter, which is an object of the same class
Pascal and C++Suport OOP
C++a language that allows you to skirt around OOP or postpone this OOP business for a considerable length of time
Classmodual
superclasshigher class
Subclasslower class
Composition"nested syntax" which happens when one class is composed of elements that include another class
variablesimple data type

Set Information

Terms 23
Creator luvvolleyball101
Created March 6, 2008
Groups None
Subjects None
Access Anyone
Edit Creator Only
Get rid of ads on Quizlet
Pop out

Discuss

No Messages
Last Message: never

You must be logged in to discuss this set.

Top Users

  1. light_am - 40 scores
  2. tikuiaku - 3 scores

Most Missed Words

  1. Structured Programming an organized style of programming that places emphasis on modular programming, which aids testing, debugging and modifying. modules are procedures and functions that process external data passed by parameters - 2 misses
  2. attributes/ instance variables data components of a class - 2 misses
  3. Instantiation the moment or instance that memory is allocated for a specific object of a class - 2 misses
  4. Pascal and C++ Suport OOP - 2 misses
  5. Inheritance the process of using features (both attributes and actions) from an established higher class. - 2 misses
  6. inner class declaring one class inside another class - 2 misses
  7. OOP modules contain both the data and subroutines that process the data. modular programming - 2 misses