Why does the function arguments are called as "signatures"?
Answer Posted / ash
As function name, return type and arguments helps to
identify the function which needs to be invoked hence the
name signatures. In polymorphism there can be function
overload hence args and ret type along with name are required.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Why dynamic loading is used in object-oriented programming?
Can you define OOP and principles of OOP?
Difference between encapsulation and data hiding ?
What is @functionalinterface?
What are the major differences between late and dynamic binding?
Can you create an instance of an interface?
Can an interface have an inner class?
Can you give some examples of tokens?
What is Abstract method and how different from Virtual Method?
What are the different principle of OOPS?
Explain the purpose of composition.
Explain about instance in object oriented programming?
Explain what is an object?
What is operator overloading?
What is the difference abstract class and interface?