what is the main difference between c and c++?
Answer Posted / sonu
>C is Procedure Oriented Programming Language (POP).
->C++ is Object Oriented Programming Language (OOP).
->C is mostly used to develop system software.
->C++ is mostly used to modal real life problem to program and use to develop application programs.
->C program has extension .C
->C++ program has extension .cpp
->C uses the top-down approach.
->while C++ uses the bottom-up approach.
->C is function-driven.
->while C++ is object-driven.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Why do while loop is used?
String = "C++ is an object oriented programming language.An imp feature of oops is classes and objects".Write a pgm to count the repeated words from this scenario?
How do you define social class?
What are the benefits of interface?
What is byval and byref? What are differences between them?
write a program to find 2^n+1 ?
What is property in oops?
Can a varargs method be overloaded?
What is balance factor?
What does it mean when someone says I oop?
what are the different types of qualifier in java?
why reinterpret cast is considered dangerous?
What causes polymorphism?
which feature are not hold visual basic of oop?
What is abstraction and encapsulation?