Question: Consider the definition of the Measurable interface and the code snippet defining the class:The compiler complains that the method has a weaker access level than
Consider the definition of the Measurable interface and the code snippet defining the class:The compiler complains that the method has a weaker access level than the interface. Why?All of the methods in a class have a default access level of package access, while the methods of an interface have a default access level of public.The variable was not declared with public access.All of the methods in a class have a default access level of package access, while the methods of an interface have a default access level of private.The method was declared as private in the interface.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
