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                      
Do you have a collection of Interview Questions and interested to share with us!!
Please send that collection to along with your userid / name. ThanQ
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
 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 ?    2 Yes 0 No
Arul
 

 
 
 
Other OOAD Interview Questions
 
  Question Asked @ Answers
 
Differentiate between Aggregation and containment?  1
What are associative classes? Protech2
what are the main underlying concepts of object orientation?  2
Is class an Object? Is object a class?  6
USECASE is an implementation independent notation. How will the designer give the implementation details of a particular USECASE to the programmer?  1
Comment: C++ "includes" behavior and java "imports"  1
What are the four phases of the Unified Process ? Protech3
What is SRD(System Requirement document), FSD (Functional Specification Document), RSD (Requiremnet specific document)? If these are different document wat are there contents? HP1
Explain Class Diagram in Detail. Protech1
What are the tools you used for OOAD? Protech1
What is the use of Operator Overloading? Protech1
Difference between Composition and Aggregation Protech1
What is Polymorphism? Protech2
Is class an Object? Is object a class? Protech2
What do you meant by static and dynamic modeling?  3
How do you represent static members and abstract classes in Class Diagram? Protech1
When do you prefer to use composition than aggregation? Protech1
Difference: Object Oriented Analysis (OOA) and Object Oriented Design (OOD)?  1
What are the Design Patterns you know. Protech1
What is inheritance? Protech3
 
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