191k views
3 votes
When using _____, developers are required to comply with the rules defined in a framework. (Points : 2) inheritance

base classes
object-oriented constructs
contracts
None of the above

User Danielpopa
by
6.3k points

1 Answer

7 votes

Answer: Contracts

Step-by-step explanation:

The contract is the mechanism which is basically used by the developers to follow the set of rules that is defined in the framework with the proper specification in the API ( Application programming interface).

The contract is the proper agreement between the two and more developers so that they must follow the rules that is mentioned in the agreement contract.

The contract is widely used in the software development process in which all the possible design requirement are mentioned according to the needs of the client.

Therefore, Contract is the correct option.

User Villeaka
by
5.7k points