Tag: OOPs

JavaScript Function Overloading

Before understanding JavaScript function overloading we need to understand function overloading. Function overloading is an elegant concept of object-oriented programming language. According to this concept, we can create the same name function with different arguments. Let’s take an…

Read More »