----- Original Message ----- From: "N Khemker" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, December 13, 2004 8:59 PM Subject: (PT) How to implement polymorphism using C language > Hello guys, > How do i impelement polymorhism using C language, will anyone tell me Is it possible and if possible than how exactly should do . > > Regards, > Neel. > ************************************************** I think the only polymorphical thing you can do in C is a function overload... void function(); void function(int); void function(int, long, char*); and so, ad infinitum. Regards, Fernando. ------------------------ Yahoo! Groups Sponsor --------------------~--> Make a clean sweep of pop-up ads. Yahoo! Companion Toolbar. Now with Pop-Up Blocker. Get it for free! http://us.click.yahoo.com/L5YrjA/eSIIAA/yQLSAA/EbFolB/TM --------------------------------------------------------------------~-> To unsubscribe : [EMAIL PROTECTED] Yahoo! Groups Links <*> To reply to this message, go to: http://groups.yahoo.com/group/Programmers-Town/post?act=reply&messageNum=4517 Please do not reply to this message via email. More information here: http://help.yahoo.com/help/us/groups/messages/messages-23.html <*> To visit your group on the web, go to: http://groups.yahoo.com/group/Programmers-Town/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
Re: (PT) How to implement polymorphism using C language
Fernando Arturo G�mez Flores Fri, 17 Dec 2004 21:17:01 -0800
- RE: (PT) How to implement polymorphism using ... Fernando Arturo G�mez Flores
- RE: (PT) How to implement polymorphism u... ashwin mittal
- RE: (PT) How to implement polymorphism u... Jaspreet Oberoi
- RE: (PT) How to implement polymorphi... basavesh balikai
- Re: (PT) How to implement polymo... Fernando Arturo G�mez Flores
- RE: (PT) How to implement polymorphism u... Paul Herring
