blob: 6c93e76ec78ad9a695dc6652f714c69fb3ac6b8d [file] [log] [blame]
package effectiveAccess;
/**
* Created by IntelliJ IDEA.
* User: cdr
* Date: Jan 24, 2003
* Time: 3:13:09 PM
* To change this template use Options | File Templates.
*/
public abstract class ppp extends pp {
abstract protected void f();
protected void v() {}
}