Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

In the documentation for GNUstep objective c, it states that "it is not allowed to override an inherited class method." It then goes on to say that you can override the version such as [NSString version] in your sub classes. Is the version method an exception, or is the first statement false?

Thanks in advance :-)

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.