+1 vote
in Software Architecture by (75.2k points)
What is Signature?

(a) The operation’s class (in object-oriented designs) or module (in non-object-oriented designs)

(b) The operation name, the names and types of its parameters,and its return type

(c) A sentence or two informally stating the operation’s responsibilities

(d) A detailed description of the algorithm and data structures used to implement this operation

I have been asked this question during an interview for a job.

This question is from Operation Specification topic in section Visibility, Accessibility and Information Hiding of Software Architecture

1 Answer

0 votes
by (46.2k points)
Correct choice is (b) The operation name, the names and types of its parameters,and its return type

Best explanation: A signature is operation name, the names and types of its parameters, and its return type.

Related questions

We welcome you to Carrieradda QnA with open heart. Our small community of enthusiastic learners are very helpful and supportive. Here on this platform you can ask questions and receive answers from other members of the community. We also monitor posted questions and answers periodically to maintain the quality and integrity of the platform. Hope you will join our beautiful community
...