[sv-ec] Query on class

From: Kausik Datta <kausikd@cal.interrasystems.com>
Date: Wed Apr 07 2004 - 09:16:42 PDT

Hi,
Is it possible to declare one method multiple times outside the class
declaration using extern qualifier.
For example
class packet;
extern protected function int send(int value);
endclass

 function int packet::send(int value);
...
endfunction

 function int packet::send(int value);
...
endfunction

If this is allowed is there any way I can bind one function to the
actual function declaration.

Thanks
Kausik
Received on Wed Apr 7 09:17:24 2004

This archive was generated by hypermail 2.1.8 : Wed Apr 07 2004 - 09:18:13 PDT