How to avoid overriding of methods in subclass in objective c.

Posted by chethan on Stack Overflow See other posts from Stack Overflow or by chethan
Published on 2010-05-19T08:44:47Z Indexed on 2010/05/19 9:00 UTC
Read the original article Hit count: 193

Filed under:

Can anyone please guide me on how to avoid overriding of superclass methods in subclass in Objective-C, like the "final" concept in Java.

© Stack Overflow or respective owner

Related posts about objective-c