How to solve this ?
Interface with method that return other implementation of the same Interface-help-jpg

According to my design the method should return another object of the same interface but I can't do it since it is not yet recognized by the compiler.

Thanks.