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
does sql support programming? : Sql dba
why does the selected column have to be in the group by clause or part of an aggregate function? : Sql dba
What is difference between hql and sql?
Why we use triggers in mysql?
What is meaning of <> in sql?
How does sql developer connect to oracle database?
How do I count records in sql?
Explain the the delete statements in sql?
Explain the purpose of %type and %rowtype data types with the example?
How many types of literals are available in pl sql?
What are the query optimization techniques?
Explain correlated query work?
Can a table contain multiple foreign key’s?
What is a schema sql?
What is a sql*loader control file?