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 0 No
Arul
 

 
 
 
Other OOAD Interview Questions
 
  Question Asked @ Answers
 
What is Object Constraint Language (OCL)? Protech1
Is class an Object? Is object a class? Protech3
What are associative classes? Protech2
What is Polymorphism? Protech3
USECASE is an implementation independent notation. How will the designer give the implementation details of a particular USECASE to the programmer?  2
Difference: Sequence Diagrams, Collaboration Diagrams ? Protech1
Difference: Object Oriented Analysis (OOA) and Object Oriented Design (OOD)?  1
Where shall I go for Package Diagram? Protech1
What are the Design Patterns you know. Protech1
Can you think of some nice examples where *multiple* actors are associated with a use case ? Protech1
How to use CRC Cards for Class Design? Protech2
Difference: 'uses', 'extends', 'includes' Protech4
Explain Class Diagram in Detail. Protech2
What are the four phases of the Unified Process ? Protech3
What are the tools you used for OOAD? Protech3
what is meant by "method-wars"?  2
Can link and Association applied interchangeably?  2
What is association? Protech2
Difference: Activity Diagram and Sequence Diagram Protech2
Suppose a class acts an Actor in the problem domain, how to represent it in the static model?  1
 
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