Answer Posted / vivek
1>c is an procedural language and c++ is an object oriented.
2>c uses a TOP DOWN approach and c++ BOTTOM UP.
3>c++ introduces the idea of Data hiding using class..shere
in c there is no such facility for that purpose
4>c++ introduce the concept of the message passing with that
objects can communicate.
5>c++ has the inheritence, using it we can reuse our code.
6>Using polymorphism of c++ we can achieve the overloading
of operator and functions, but it is not possible in c.
there may be more difference on this but these are the main..
| Is This Answer Correct ? | 19 Yes | 0 No |
Post New Answer View All Answers
Write a c++ program to display pass and fail for three student using static member function
What is class and object in oops?
Write a program to reverse a string using recursive function?
Give two or more real cenario of virtual function and vertual object
What is the diamond problem in inheritance?
officer say me - i am offered to a smoking , then what can you say
What is an interface in oop?
What is data binding in oops?
What is the advantage of oop over procedural language?
What is for loop and its syntax?
What is abstraction encapsulation?
Which language is pure oop?
What is the full form of oops?
What is persistence in oop?
What is methods in oop?