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
Can you define OOP and principles of OOP?
What is meant by inheritance? what are the advantages of inheritance?
Name some languages which have object oriented language and characteristics?
Explain the different types of constructors
Give any criteria when you use an abstract class and an interface?
What is inheritance in java?
Explain the meaning of object in object oriented programming?
What is difference between encapsulation and abstraction?
Can an interface have an inner class?
What is the main difference between a class and an object?
Is it possible to create partial structs, interfaces and methods?
What is the difference between function overloading and over riding?
What is the use if instanceof keyword? And how do refer to a current instance of object?
Differences between functional programming and object-oriented programming?
What are the problems faced by the developer using object oriented programming language?