0
How is this different from simply creating the behavior in the class itself?
I feel like I might be missing something, so please forgive me if I am, but I don't understand the purpose of an abstract class or method when you can simply create the class and method in the first place?
1 Réponse
0
abstract class are used to verify that the deriven class MUST implements the abstract function declared before