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.