Enter your Sign-on user name and password.

Forgot password?
  • Follow us on:
Loading video...

QuickNotes™  

Inner Classes

  • Inner classes are created inside existing classes and are not a direct member of a package.

  • Inner classes are created the same way regular classes are made, but they are treated like a class variable.

  • There are 4 types of inner classes:

    • Static member: Work like other static members and has access to all static methods of the class.

    • Member: Work like a normal member and has access to all methods and members of the class.

    • Local: Are declared locally within a block of code and are only visible within the block and work like any local variable.

    • Anonymous : are local classes with no name.

Mathematics:
Basic Math
Pre-Algebra
Algebra I
Algebra II
Geometry
Trigonometry
Pre-Calculus
Calculus I
Calculus II
Multivariable Calculus
Statistics
Chemistry:
General Chemistry
Organic Chemistry
Physics:
High School Physics
AP Physics B (Mechanics)
AP Physics C (Electricty & Magnetism)
Biology:
General Biology
AP Biology
(AP) Advanced Placement:
AP Calculus AB
AP Calculus BC
AP Biology
AP Chemistry
AP Physics B (Mechanics)
AP Physics C (Mechanics)
AP Physics C (Electricty & Magnetism)
AP Statistics
AP Computer Science: Java
Computer Science:
HTML Training
CSS Intro
Java
JavaScript
Introduction to PHP
Wordpress Training
XML Training