I have a base class and I have inherited the functionality of base class into 3 other classes. Implemented hierarchical inheritance. But now I have to pass the class itself as parameter and print the class name. Any Suggestions?
Pasting the stack blitz link below