Options:
1.) # 1
2.) # 2
3.) # 3
4.) # 4
5.) # 5
6.) # 6
The compile-time erros is at #5, ma why?
In abstract class the access modifier are
public and
abstract, right?
Then, why the reason of the error is that public method cannot be restricted to a default method?
Thanks in advance for help