UNB
/
CS
/
David Bremner
/
teaching
/
java
/ Belch.java
RecentChanges
public abstract interface
Belch
{
public abstract
void
burp
();
}
//