What type of methods an interface contain by default?
What type of methods an interface contain by default? Correct Answer abstract
By default, interface contains abstract methods. The abstract methods need to be implemented by concrete classes.
মোঃ আরিফুল ইসলাম
Feb 20, 2025