Hi All,
Please read the following sample to understand my code, I am running into error, and need your help,( I am following Decorator Design Pattern)

Interface Int{
}

Class A implements...