Interface Maintainable

All Known Implementing Classes:
ServiceCar

public interface Maintainable
Maintenance capability contract used to demonstrate default-method conflicts and their resolution when combined with other interfaces.
  • Method Summary

    Modifier and Type
    Method
    Description
    default String
    Default pre-flight/pre-drive check sequence.
  • Method Details

    • start

      default String start()
      Default pre-flight/pre-drive check sequence.
      Returns:
      a short description of the maintenance step.