Posted By:
PhiDi_TranThi
Posted On:
Thursday, August 1, 2002 12:43 PM
I wrote a java class, retCallInfo, which extends a super class, VoiceElementData. I tried to inherit some data types and methods from that supper class. But it generates the error messages as below:
"VoiceElementData() has private access in com.audium.server.VoiceElementData
public class retCallInfo extends VoiceElementData{
1 error"
How can I access the data and method in this private access supper class
Thanks in advance for any helps
PhiDi TranThi