Call a function dynamically
Hello, There are often times we write bunch of switch cases, or if else statements to evaluate multiple conditions and execute a code snippet which matches condition. Though its okay, but if you have multiple statements/logics inside your if-else or ...
