what is the main difference between c and c++?
Answer Posted / krishnachaitanya
c is a structured programming language and procedure
oriented language.c++ is an object oriented programming
language.c does not provide any security to data but c++
provides security to data.c does not have any uniformity
and associativity.in c,we use variables and in c++,we use
objects.c follows top_down approach and c++ follows
bottom_up approach.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What language is oop?
What is polymorphism programming?
what are the ways in which a constructors can be called?
What are the important components of cohesion?
c++ program to swap the objects of two different classes
Why do we need polymorphism in c#?
Can enum be null?
when to use 'mutable' keyword and when to use 'const cast' in c++
what is the sylabus for priliminaries?
What are main features of oop?
Why is polymorphism needed?
Can we create object of interface?
Why is encapsulation used?
Why is destructor used?
what type of question are asked in thoughtworks pair programming round ?