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

Is @functionalinterface annotation mandatory to define a functional interface? What is the use of @functionalinterface annotation? Why do we need functional interfaces in java?

1212


How can we restrict inheritance for a class so that no class can be inherited from it?

1142


Why is java not fully objective oriented?

1121


Can a class implement two interfaces having default method with same name and signature?

1060


Write down how will you create a Binary tree?

1079


What is the difference between a virtual method and an abstract method?

985


Why is class hierarchies managed in object-oriented programming?

1027


What is the difference between data hiding and implementation?

1107


Difference between class and an object?

1028


How do you prevent a class from being inherited by another class?

1040


What is a virtual function?

1041


How can I be thrown polymorphically?

1043


Can a class in java be inherited from more than one class?

988


What is difference between encapsulation and abstraction?

1052


What do you mean by "explicitly implemeting an interface". Give an example?

1085