ALLInterview.com :: Home Page KalAajKal.com
 Advertise your Business Here     
Browse  |   Placement Papers  |   Company  |   Code Snippets  |   Certifications  |   Visa Questions
Post Question  |   Post Answer  |   My Panel  |   Search  |   Articles  |   Topics  |   ERRORS new
   Refer this Site  Refer This Site to Your Friends  Site Map  Bookmark this Site  Set it as your HomePage  Contact Us     Login  |  Sign Up                      
tip   SiteMap shows list of All Categories in this site.
Google
 
Categories  >>  Software  >>  Software Design  >>  OOAD
 
 


 

 
 Design Patterns interview questions  Design Patterns Interview Questions
 UML interview questions  UML Interview Questions
 OOAD interview questions  OOAD Interview Questions
 Software Design Tools interview questions  Software Design Tools Interview Questions
 Requirements Management interview questions  Requirements Management Interview Questions
 Project Planning interview questions  Project Planning Interview Questions
 Project Management interview questions  Project Management Interview Questions
 Technical Writer interview questions  Technical Writer Interview Questions
 Software Design AllOther interview questions  Software Design AllOther Interview Questions
Question
Why does the function arguments are called as "signatures"?
 Question Submitted By :: Guest
I also faced this Question!!     Rank Answer Posted By  
 
  Re: Why does the function arguments are called as "signatures"?
Answer
# 1
The arguments distinguish functions with the same name 
(functional polymorphism). The name alone does not 
necessarily identify a unique function.  However, the name 
and its arguments (signatures) will uniquely identify a 
function.
In real life we see suppose, in class there are two guys 
with same name, but they can be     easily identified by 
their signatures. The same concept is applied here.
ex:
class person
{
public:
char getsex();
void setsex(char);
void setsex(int);
};
In the above example we see that there is a function setsex
() with same name but with different signature.
 
Is This Answer Correct ?    9 Yes 1 No
Arul
 

 
 
 
Other OOAD Interview Questions
 
  Question Asked @ Answers
 
Who is an Actor?  3
How do you represent static members and abstract classes in Class Diagram? Protech1
Difference Between Attribute and Association. Protech2
Comment: C++ "includes" behavior and java "imports"  1
What are the good practices to use while designing for reuse? Protech1
How to use CRC Cards for Class Design? Protech2
What is association? Protech2
What is the use of Operator Overloading? Protech1
Difference: Sequence Diagrams, Collaboration Diagrams ? Protech1
What are associative classes? Protech2
Difference: 'uses', 'extends', 'includes' Protech4
What do you mean by Realization? Protech1
Difference: Object Oriented Analysis (OOA) and Object Oriented Design (OOD)? Protech4
what is meant by "method-wars"?  2
Can link and Association applied interchangeably?  2
Why is planning too much up front a mistake in an OOSAD project? Infosys3
Difference: Activity Diagram and Sequence Diagram Protech2
What is guard condition? Syntel3
Is class an Object? Is object a class? Protech3
Every object has : state, behavior and identity - explain Protech2
 
For more OOAD Interview Questions Click Here 
 
 
 
 
 
   
Copyright Policy  |  Terms of Service  |  Help  |  Site Map 1  |  Articles  |  Site Map  |   Site Map  |  Contact Us interview questions urls   External Links 
   
Copyright © 2007  ALLInterview.com.  All Rights Reserved.

ALLInterview.com   ::  Forum9.com   ::  KalAajKal.com