Examlex

Solved

Consider the Following Code Snippet: Public Class Inventory Implements Measurable

question 85

Multiple Choice

Consider the following code snippet: public class Inventory implements Measurable
{
) . .
Double getMeasure() ;
{
Return onHandCount;
}
}
The compiler complains that the getMeasure method has a weaker access level than the Measurable interface. Why?


Definitions:

Related Questions