Error using Interface | Selenium C# Forum
M
mai Posted on 13/11/2018
I have very simple code like that in module 4 for to use interface but am getting this error using interface:


Syntax error, ',' expected
I have attached the project

G
gunjan Replied on 13/11/2018

You have an extra colon before curly braces , that is why you are getting the error. Please check once again.

class BasicPhone : IMobile
: {