@nintendude89, I had the same issue and fixed it by making the opposit of your approach: Since the implementing methods have “more secure” access modifiers I changed the access modifier of the abstract methods so that they methods match the signatures of the implementing methods. It works as well.
-
This reply was modified 4 years, 10 months ago by CG.