Abstract Method : Instance, getter, and setter methods can be abstract, defining an interface but leaving its implementation up to other classes. To make a method abstract, use a semicolon (;) instead of a method body: abstract class Doer { ...
jeetbhalu.hashnode.dev1 min read
No responses yet.