Important Terms and Related Concepts - PowerPoint PPT Presentation

1 / 7
About This Presentation
Title:

Important Terms and Related Concepts

Description:

Providing a different implementation of a method in a ... parameter & parameter list. actual parameter. formal parameter. token. variable. virtual machine ... – PowerPoint PPT presentation

Number of Views:31
Avg rating:3.0/5.0
Slides: 8
Provided by: donaldl1
Category:

less

Transcript and Presenter's Notes

Title: Important Terms and Related Concepts


1
Important Terms and Related Concepts
2
Terms
  • Overloading
  • Defn the situation where several different
    methods or constructors have same name
  • Selection made by argument type, i.e.,
  • Signature
  • Overriding
  • Providing a different implementation of a method
    in a derived class (i.e., in a subclass)
  • Try / Catch
  • Applet
  • Polymorphism
  • the object decides what method to apply
  • works up the inheritance tree

3
  • abstract class (classes that do not have
    instances)
  • attribute
  • buffering
  • bytecode
  • concatenation
  • class variable (variable accessible by all
    methods in the class defined with word static)

4
  • constructor
  • no-arg constructor
  • Fully populating constructor
  • event-driven program
  • dot notation
  • garbage collection
  • instance
  • instantiate
  • Interface

5
  • local variable / global variable
  • multiple inheritance
  • mutator accessor methods
  • package (named collection of classes)
  • pass by value
  • pointer
  • precedence

6
  • record
  • scope
  • static method
  • strongly typed
  • structured programming
  • parameter parameter list
  • actual parameter
  • formal parameter

7
  • token
  • variable
  • virtual machine
Write a Comment
User Comments (0)
About PowerShow.com