Results 1 to 3 of 3

Thread: Polymorphic functions

  1. #1

    Thread Starter
    PowerPoster kfcSmitty's Avatar
    Join Date
    May 2005
    Posts
    2,248

    Polymorphic functions

    Could someone explain a polymorphic function to me, as well as give an example without the use of

    a,b->c;j[i] or the likes?

    It seems every example I have tried to look up on google does not have comments, and uses syntax like above...its rather confusing.


    I figure this could be in general developer...but seeing a C++ example would probably benefit me most.


    Enrgaged with C++,

    Smitty

  2. #2
    Addicted Member SpS's Avatar
    Join Date
    Jul 2005
    Posts
    201

    Re: Polymorphic functions

    #Appreciate others by rating good posts !!

    #The Software Peter Principle is in operation when unwise developers "improve" and "generalize" the software until they themselves can no longer understand it, then the project slowly dies.

    #People who are still ignorant of their ignorance are dangerous.

  3. #3

    Thread Starter
    PowerPoster kfcSmitty's Avatar
    Join Date
    May 2005
    Posts
    2,248

    Re: Polymorphic functions

    Question: Am I right to assume that polymorphism is just overloading/overriding virtual functions?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width