Yes, a final class can implement an
interface. You just have to make sure
it implements all the methods in your
interface, due to the fact that
a final class cannot be declared
as abstract.

On Feb 24, 8:45 am, Tikeswar Mohanty <[email protected]>
wrote:
> Can a final class implement an interface?

-- 
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/javaprogrammingwithpassion?hl=en

Reply via email to