GradePack

    • Home
    • Blog
Skip to content
bg
bg
bg
bg

Author Archives: Anonymous

The sharing of properties (fields/variables) and behaviors (…

The sharing of properties (fields/variables) and behaviors (methods) of a class with its subclasses

Read Details

A datatype where a finite number of values are specified

A datatype where a finite number of values are specified

Read Details

Methods or classes that can be parameterized by a type

Methods or classes that can be parameterized by a type

Read Details

A method or class that is parameterized by a type

A method or class that is parameterized by a type

Read Details

The hiding of data (usually by making it private) within an…

The hiding of data (usually by making it private) within an object keeping it safe/inaccessible from outside code

Read Details

A way to group Java classes so that names can be exclusively…

A way to group Java classes so that names can be exclusively shared

Read Details

The concept that a class should be extended instead of modif…

The concept that a class should be extended instead of modified

Read Details

A kind of exception that is not required to be caught or thr…

A kind of exception that is not required to be caught or thrown

Read Details

A Java annotation indicating that a variable may not be reas…

A Java annotation indicating that a variable may not be reassigned, a method may not be overridden, or a class may not be extended

Read Details

Defining a method in a class that inherits a method with the…

Defining a method in a class that inherits a method with the same signature

Read Details

Posts pagination

Newer posts 1 … 44,523 44,524 44,525 44,526 44,527 … 72,661 Older posts

GradePack

  • Privacy Policy
  • Terms of Service
Top