Diff b/w C and C++

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • rjonam
    New Member
    • Feb 2010
    • 12

    Diff b/w C and C++

    Pls list all the differences between C and C++..
  • kiruthikaU
    New Member
    • Feb 2010
    • 4

    #2
    c is not object oriented but c++ is object oriented.
    C is a procedural programming language.

    In object oriented programming we can break the problems and we can solve easily.

    In C inside the structure we cannot have functions but in c++ we can have.

    Function overloading is not possible in C.

    C is a topdown approach but c++ is bottom up approach.

    For more information visit the following link.

    Comment

    • weaknessforcats
      Recognized Expert Expert
      • Mar 2007
      • 9214

      #3
      Please ask questions on this forum and refrain from asking us to do your homework.

      Comment

      Working...