|
-
Jan 28th, 2006, 10:56 AM
#1
[RESOLVED] Inheriting an ArrayList
I'm trying to make my own collection based off the ArrayList class and I got a question.
If someone references a specific item in my ArrayList class, I want to do something to the Object. In C++ I'd probably overload the [] operator, modify the object and then return it(like what would normally hapen).
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
|