Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!wuarchive!rex!JNCS@uno.edu From: jncs@uno.edu Newsgroups: comp.sys.next Subject: EXPORT and private methods Message-ID: <00944601.722ADB60@uno.edu> Date: 17 Feb 91 22:00:57 GMT Sender: news@rex.cs.tulane.edu Reply-To: jncs@uno.edu Lines: 15 The 0.9 documentation release of the NeXT systems contained a section on objective-C language specification as released by Stepstone 1988. This section appeared in the Documentation appendices volume. Page 4-18 of such section constains an example of an interface file which " contain type information and function declaration [..] to more reliably and efficiently access the class". Such interface contains declarations of 3 C-functions tagged with EXPORT, instead of "+" or "-". Thus accessible to a consumer of the class?. In the implementation of that interface (on page 4-19) the following commefinition of Private Methods and Functions. I can infer that a private function refers to a C-function defined and implemen- ted in the implementation file; but, What is a private method? how to define it? Can we extend the set of methods in the implementation? Thanks J. Nino