/*
 * @topic T11382 Exception demo VII
 * @brief using instanceof and } operators
*/

package week7exceptions;

public class ExDemoSpecific extends ExDemo {
    
}//class ExDemoSpecific