|
-
Sep 25th, 2002, 02:45 AM
#1
Thread Starter
New Member
Problem with class variable in inheritance
Class one has the variable "float ops[3]" and it uses it through out the class. Class two has the variable "float ops[4]" and class two inherits class one. From class two, how do i make anything in class one that uses ops[3] use class two's ops[4]? Let me know if further explanation is needed.
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
|