Submitted Questions

  • Why C doesnt support function overloading

    jose

    • Oct 19th, 2006

    Overloading is polymorphism which is one of the characteristics of Object oriented programming. C is not and object oriented language like C++ or Java. Therefore, no overloading, inheritance, etc.

    pushkar

    • Sep 6th, 2006

    Hello sir this is the question asked by me in an interview even i told them what you told me but after listening my answer they again asked me that is ok but what is the reason behind it.