Answer Posted / hardik
C++ is simply an advanced version of C as name itself
indicates.. However, nodoubt, C++ is object based
programming however C is procedure based...
| Is This Answer Correct ? | 3 Yes | 3 No |
Post New Answer View All Answers
What are files in c++?
What is the real purpose of class – to export data?
How would you implement a substr() function that extracts a sub string from a given string?
List down the guideline that should be followed while using friend function.
What are the advantages of inheritance in c++?
Can member data be public?
What is a c++ vector?
What is class invariant in c++?
What are the rules for naming an identifier?
C is to C++ as 1 is to a) What the heck b) 2 c) 10
Explain the differences between list x; & list x();.
What is difference between class and structure in c++?
What are the benefits of pointers?
Arrange Doubly linked list in the ascending order of its integral value and replace integer 5 with 7?
Explain the difference between overloading and overriding?