Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

Why does the function arguments are called as "signatures"?

Answer Posted / padma

In the dynamic polymorphism the control has to distinguish
each function from other functions which has the same
function name.With the help of each method or function
arguments the control executes the function call,whenever it
is made.Each function call will be executed based on the
arguments passed.This is the reason, each function name
including the parameters or arguments has it own identity,
and this identification for the function is called
signature.Based on the signature, the control jumps from one
function to another in run time of the program.

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the main use of message metaphor in object-oriented programming?

1134


Explain about a class in oop?

930


What's the main difference between arraylist / hashmap and vector / hashtable?

1010


What are abstract functions? Why are they used?

955


What is a constructor in class?

1037


Can constructors be parameterized?

930


What is the difference between a class and an object?

1372


What do you mean by abstract classes?

991


What are extrinsic and intrinsic connections in object-oriented programming?

959


What is the default access modifier in a class?

970


What is a pure virtual function?

1453


Do we require parameter for constructors?

1089


How do we implement serialization actually?

891


Explain what you understand by function overloading.

919


Can we override static methods of a class?

984