Click here to Skip to main content
15,902,114 members

Comments by bouya98 (Top 12 by date)

bouya98 7-Dec-19 7:47am View    
Makes sense actually!
bouya98 6-Dec-19 22:31pm View    
How about now???
bouya98 6-Dec-19 22:04pm View    
Done :)
bouya98 6-Dec-19 21:52pm View    
I changed it, i replaced void with string, and also removed one method. I still get errors=

Severity Code Description Project File Line Suppression State Suppression State
Error CS1656 Cannot assign to 'status' because it is a 'method group' Car 61 Active
Error CS0102 The type 'Bil' already contains a definition for 'status' Car 55 Active
Error CS0176 Member 'Bil.status()' cannot be accessed with an instance reference; qualify it with a type name instead Car 28 Active
Error CS0176 Member 'Bil.Start()' cannot be accessed with an instance reference; qualify it with a type name instead Car 30 Active
Error CS0176 Member 'Bil.status()' cannot be accessed with an instance reference; qualify it with a type name instead Car 31 Active
Error CS0176 Member 'Bil.stop()' cannot be accessed with an instance reference; qualify it with a type name instead Car 33 Active
Error CS0176 Member 'Bil.status()' cannot be accessed with an instance reference; qualify it with a type name instead Car 34 Active
Error CS1656 Cannot assign to 'status' because it is a 'method group' Car 53 Active
Error CS0428 Cannot convert method group 'status' to non-delegate type 'string'. Did you intend to invoke the method? Car 57
bouya98 6-Dec-19 20:47pm View    
Ricky your answer worked splendid btw. :)