1
public
interface
Edible { 2
/** Describe how to eat */
3
public
abstract
String howToEat(); 4 }