Skip to main content
CS Teaching Tips

Main navigation

  • Browse All Tips
  • Tags
  • 3D
  • About
  • Rate Tips
  • Tip Sheets

Remind students of the relationship between an interface and its implementation to avoid confusion.

  • An interface is only the set of methods that a class must implement.
  • A class that implements an interface must implement everything in that interface.

More about this tip

Tags

  • AP A
  • Programming Concepts
External Source

Tips from Deborah Power Carter The College Board’s AP Computer Science Teacher’s Guide.

Other Tips By
Other Tips By College Board's AP Computer Science Teacher’s Guide

Similar tips

Compare objects in Java to cloud-hosted documents, such as Google Docs, for a relatable analogy to explain object references with.
Teach students how to find built-in Java methods in the Javadocs documentation so they can are prepared to use this skill on the AP CS exam.
Misconception: With conditionals, students may try to compare the memory address of a function to a number, like x < foo, when they intended to compare x with the return value of foo.

For more information or to report a bug, contact us at admin@csteachingtips.org. Built with Bootstrap. Powered by Drupal.

Privacy Policy