+91-85006-22255
Which of the following is correct? X: All methods in an interface are by default public. We can not change the access specifier to private or protected. Y: Abstract methods have to be either protected or public. They can not be private.
interface
public
private
protected
Abstract
Topic: Difference Between Interfaces And Abstract Classes
Read this topic Take test on this topic
Open In App