Hi,
I have a basic question or doubt in PERL where i am using Classes and Objects, my case as mentioned below
Have base class with few public methods, now i have 2 derived classes which try to override the base class methods. but i have some restriction here as per OOPs methods which are getting overrided cannot be changed with its signature. Now that i want base class methods signature (Return type to be changed) can it be achieved.
Thanks,
Vinay