what is overloading procedure or overloading function ?
Answer Posted / polisetti v v satyanarayana
Actually there is difference between function and procedure
i.e procedure is a function but it will never return any
value but where as function will return the value and
overloading means using the using the same function name
with difference in number of parameters to have more
flexibility .For overloading functions compiler will us the
technique called name mangling
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
what is data manipulation language? : Sql dba
What is identity column in sql server?
What are the different types of database management systems?
what is myisam? : Sql dba
What is java sql package?
What is the primary use of normalization?
What is sql constant?
what is bcp? When does it used? : Sql dba
How do you update a sql procedure?
Is drop table faster than truncate?
How delete all records from table in sql?
What is the clause we need to add in function body to return variable?
What is scalar data type in pl sql?
Can we use having without group by in sql?
What is indexes?