Thursday, November 25, 2010

Friendship and Polymorphism

I was using this for my interviews. Now no more: Can you explain the use of friendship and polymorphism?

1 comment:

  1. Friendship: Adding more functionality (extending) to existing class.

    Polymorphism: Many uses, especially when interfaces are extended (specialized) for application need.

    Would like to know more from you.

    ReplyDelete