Enter your Sign-on user name and password.

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

Start Learning Now

Our free lessons will get you started (Flash® 10 required).
Get immediate access to our entire library.

Sign up for Educator.com

Features Overview

  • Get on-demand access to our complete library
  • Search and jump to exactly what you need to learn
  • Track your progress
  • Download practice and lesson files
  • *Ask questions and get answers from our community & instructors

Inheritance

  • Inheritance and Composition are two different ways to quickly build multiple classes related to each other
  • Inheritance uses an “is-a” relationship like “An eagle is-a bird, or a falcon is-a bird”
  • Composition uses a “has-a” relationship like “A bird has-a beak, a bird has wings”
  • Composition will use a main class that “calls” other classes to build itself
  • Inheritance will use the “extends” keyword to create another class based on the super-class

Inheritance

Lecture Slides are screen-captured images of important points in the lecture. Students can download and print out these lecture slide images to do practice problems as well as take notes while watching the lecture.

AP Computer Science: Java