Home Segments Top Top Previous Next

353: Mainline

As you learned in Segment 333, abstract-method definitions specify both return types and parameter types, and such specifications are called method signatures.

When an abstract-method signature includes parameters, the parameter names are not constrained to be the same in the definitions that appear in subclasses.