New topic: Inheritance question...
<http://forums.realsoftware.com/viewtopic.php?t=30605> Page 1 of 1 [ 2 posts ] Previous topic | Next topic Author Message JustSomeGuy Post subject: Inheritance question...Posted: Thu Oct 22, 2009 1:18 pm Joined: Fri May 11, 2007 11:35 am Posts: 538 I have a class myServerClass:TCPSocket and another class myApplicationClass:myServerClass However in myApplicationClass I'm seeing the events from the TCPSocket. How can I mask them so that those methods don't show up in the application class? Or should I just ignore them? _________________ A picture paints a thousand words. A thought paints a thousand pictures. Top timhare Post subject: Re: Inheritance question...Posted: Thu Oct 22, 2009 1:22 pm Joined: Fri Jan 06, 2006 3:21 pm Posts: 6608 Location: Portland, OR USA "Implement" them in myServerClass. Placing a comment in the event is sufficient. Top Display posts from previous: All posts1 day7 days2 weeks1 month3 months6 months1 year Sort by AuthorPost timeSubject AscendingDescending Page 1 of 1 [ 2 posts ] -- Over 1500 classes with 29000 functions in one REALbasic plug-in collection. The Monkeybread Software Realbasic Plugin v9.3. http://www.monkeybreadsoftware.de/realbasic/plugins.shtml [email protected]
