late binding in C
        Posted  
        
            by benjamin button
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by benjamin button
        
        
        
        Published on 2010-06-18T14:32:05Z
        Indexed on 
            2010/06/18
            14:43 UTC
        
        
        Read the original article
        Hit count: 384
        
How can late binding can be achieved in c language? can anybody please provide an example.
i think it can be achieved using dlopen and dlsym but i am not sure about it.please correct me if i am wrong!
© Stack Overflow or respective owner