Computer Science, asked by kulvir5898, 1 year ago

Efferent Coupling is a measure of ____________________.

Answers

Answered by ACE5666
3
Efferent Coupling is a metric in software development. It measures the number of data types a class knows about.

Please Mark As Brainliest
Answered by homosapiens45
1

Efferent coupling is a metric in software development. It measure the number of data types a class knows about.

This include inheritance, interface implementation, parameter type, variable type, thrown and catch exception.When used to measure coupling between packages this measure can be used together with others to calculate 'abstractness', 'stability' and 'distance from the main line'.

Efferent coupling can be reduced by extracting classes from the original class


Similar questions