Function Aliasing
- For the existing function we can give another name, which is nothing but function aliasing.
Eg:
Note:
- In the above example only one function is available but we can call that function by using either wish name or greeting name.
- If we delete one name still we can access that function by using alias name.