I have been trying the following code and it is not working. Can anyone let me know what seems to be the problem? (tried on windows 98 and 2000)
my first question is why is the protected amethod() of base class not accessible from derived class and second as to why
polymorphism is not working when i use protected method? If i have derived class in the same package as the base class it works fine.
These are the errors being reported. Please point out the error.
Thanks.
[ May 07, 2002: Message edited by: malini griddaluri ]