Can we have a function Overloading with same number of
arguments but with different return types of function
Answer Posted / sandeep joshi
No its not possible.
Because in function overloading the return type is not play
any role.
| Is This Answer Correct ? | 6 Yes | 3 No |
Post New Answer View All Answers
What is a database string?
What is relational database with example?
How to fetch/retrieve the data from hieranchical database and put it into the relational database? for e.g I want to extract the data from IMS DB2 database which is a hierarchical db and load that data into the relational database which is a SQL server.Are there any tools available for directing extracting data from hierarchical db and loading into the relational database (SQL server)?
Does facebook use graph database?
How to do performance tunning a database in DB2 V8.2 UDB in linux
What is difference between clustered, non-clustered and unique index?
What is ole db provider for sql server?
Explain buffer manager?
What is aws documentdb?
can we delete autodiff back up that we have set through sql server agent.
where can i free download sqlserver2008..i can install sqlserver2008 without visual studio 2008 and work on it
How to shrink a database?
how to reject duplicates in source sequential file and if by filter option then where is that filter option in the sequential file.
What is the advantage of varchar2 over char?
Two tables emp(empid,name,deptid,sal) and dept(deptid,deptname) are there.write a query which displays empname,corresponding deptname also display those employee names who donot belong to any dept.