/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package com.testproject.testclasses; /** * * @author Joao */ public abstract class UpClass implements Interface { public String desce3() { return "desce3"; } }