0
Problems with inheritance
I'm currently working on a program that can solve a rubik's cube but if I use this code I get this eror: CS0103 The name 'Condition fields' does not exist in the current context do somebody why that happens? https://code.sololearn.com/cbv7f39VDzGW/?ref=app
4 Answers
+ 2
Typo in line 32 Conditionfields instead of ConditionFields. There is also a missing ; there.
+ 1
thanks but I already have already found the problem I didn't write it in a Method
+ 1
The initializer of Conditionfields, right?
0
in line 32 this has to be in a Method