Language

C and C++ both are programming language only with difference that c is procedure oriented and C++ is object oriented

Comments

  • Do you have a question? Usually people post questions in here.
  • : C and C++ both are programming language only with difference that c
    : is procedure oriented and C++ is object oriented
    I disagree: it is possible to do non-OOP ('procedural') programming in C++ as well. When doing so, the IMHO most important difference is that C++ is type-safe.
Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Categories