Can an enum have abstract methods? If so, what is the use, and give a scenario which will illustrate this usage.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
Yes, but you may prefer enum which implements an interface, Look here. I think It looks much better. This is example for abstract method:
|
||||
|
|
|
Yes, you can define
|
|||
|
|
