hi,
I have class A which has virtual fn xyz() and class C, class B extend class A.
i am converting this C++ code into C code. how should I map the virtual function xyz() in to C bcoz in C we dont have virtual function ??
Should i copy this function xyz() into to the C programs corresponding to Class B and class C ??
thanks
I have class A which has virtual fn xyz() and class C, class B extend class A.
i am converting this C++ code into C code. how should I map the virtual function xyz() in to C bcoz in C we dont have virtual function ??
Should i copy this function xyz() into to the C programs corresponding to Class B and class C ??
thanks