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
What is diamond inheritance problem? How java 8 solves this problem?
What is a functional interface? What is sam interface?
Why is OOP good?
What does the “abstract” keyword mean in front of a method? A class?
What do you mean by polymorphism?
Can an interface inherit from another interface?
What are the different types of inheritance?
Why is java not fully objective oriented?
What is the difference between new and override?
Can you call the base class method without creating an instance?
Does PowerShell support OOPs?
Difference between composition and inheritance ?
What are extrinsic and intrinsic connections in object-oriented programming?
Explain what is meant by polymorphism?
What is difference between polymorphism and normalization?