difference between c and c++?
Answer Posted / p.madhupriya
c is a procedure oriented programing language .That points
to only procedural programs. c is a high level language .
c++ is a object oriented programing language .
c++ is a extension of c .that points to real world entities
. It contains extra features of c that are class
,objects,dynamic
binding,encapsulation,polymorphism,inheritance etc.
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
List the special characteristics of constructor.
How can you quickly find the number of elements stored in a dynamic array?
Write about the access privileges in c++ and also mention about its default access level?
Can we inherit constructor in c++?
can any one help to find a specific string between html tags
which is changed to a sting..
weather.html looks (for location) is
What is the error in the code below and how should it be corrected? What are the storage qualifiers? Why iomanip is used in c++? What are its advantages and disadvantages of multiple inheritances (virtual inheritance)? Explain the concept of friend function in c++? What is the difference between an external iterator and an internal iterator? How do you establish an is-a relationship? What is the use of bit fields in structure declaration? Const char *p , char const *p What is the difference between the above two? Explain this pointer?