public interface Employee { void RaiseSalary( double d ); double GetSalary(); }
Note that both methods are implicitly public and abstract.
Your Answer
DISCLAIMER
Paked and the contributors are not responsible for any errors contained and are
not liable for any damages resulting from the use of this material.