Question: Interfaces in Java cannot contain private or protected method definitions. All methods in an interface are by default public and abstract . Private and protected
Interfaces in Java cannot contain private or protected method definitions. All methods in an interface are by default public and abstract Private and protected methods are not allowed in interfaces as they are meant to define a contract for classes to implement. true or false
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
