|
-
Dec 26th, 2007, 06:45 PM
#1
Thread Starter
Frenzied Member
[2.0] Access Modifier
Is there an access modifier that makes a method public in the superclass and not existent in its subclass? Sort of like a mix of private and protected. I tried hiding the method in the subclass using the new keyword, but since there are overloads of the same method in the superclass, it only hides one of the overloads, which is not what I need.
Thanks
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|