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 static type checking?
What are the rules about using an underscore in a c++ identifier?
What are iterators in c++?
Can member data be public?
What are maps in c++?
What is encapsulation in c++ with example?
How does list r; differs from list r();?
What is the need of a destructor?
What is c++ namespace?
How would you use the functions memcpy(), memset(), memmove()?
What is a type library?
How do you add an element to a set in c++?
What is constructor in C++?
Who discovered c++?
What is the iunknown interface?