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
how many triggers are allowed in mysql table? : Sql dba
differentiate between float and double. : Sql dba
What is compiled query?
What is sql entity?
What is pragma in pl sql?
How can check sql version from command line?
what are the advantages and disadvantages of cascading style sheets? : Sql dba
Can 2 queries be executed simultaneously in a distributed database system?
Why do we use subquery?
What is the purpose of cursors in pl/sql?
what is the difference between a local and a global temporary table? : Sql dba
How can you load multi line records? : aql loader
What is the difference between having and a where in sql?
Why trigger is used in sql?
Does view store data in sql?