Interface names are restricted as follows:
Interfaces within a module must have unique names, irrespective of case. That is, you cannot define MyInterface and Myinterface in the same module.
The interface cannot have the same name as the module that contains it.
Sybase recommends that you begin interface names with a capital letter, and operation names with a lowercase letter.