Am i calling this method correctly | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Am i calling this method correctly

I'm making a binary search guessing game, and have a method in it which creates a gap between the sentences. but when I try calling it I keep getting indent and syntax errors. could someone help me correct these? https://code.sololearn.com/cjrb3z7PGAsH/?ref=app

22nd Sep 2017, 5:59 AM
X-1
X-1 - avatar
1 Answer
0
You should read more about abstract methods. If you use abstract method, it must be defined without implementation and implemented in child object
22nd Sep 2017, 6:31 AM
Sergey Antonyuk
Sergey Antonyuk - avatar