In reply to sriram pantla:
The write function is pure virtual function. Pure means there is no implementation and you have to provide an implementation. For this reason you have to follow the naming of the base class.
In reply to sriram pantla:
The write function is pure virtual function. Pure means there is no implementation and you have to provide an implementation. For this reason you have to follow the naming of the base class.