can we use the keyword "abstract" before the interface method?
interface IMyInterface { abstract void Show(); }
No
methods from interface are implicitly abstract.