Please help please see attached file
Got Error: Interface cannot contain fields
Please help please see attached file
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Praveen DhatrikaPosted Oct 29, 2015, 9:51 AM
Manas MohapatraPosted Oct 29, 2015, 6:57 AM
Firstly you are operation contract means methods not fields. Make it is a method.
Secondly you are using static with a the field which doesn't mean anything. Please remove static keyword.