✅ abstract class - default value
Hello, I have a simple code:
Is it possible to have an abstract class hold default parameter but when I override that then when I call the function it will use the overridden parameter in the child class?
Is it possible to have an abstract class hold default parameter but when I override that then when I call the function it will use the overridden parameter in the child class?