What are advantages of C++ when comparing with C?
Answer Posted / kamlesh
In c++ we can use class,data hiding , abstraction,inheritance,
etc...
c++ is bottom up language.
we can also use message passing.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Write a program which uses functions like strcmp(), strcpy()? etc
What is the use of ::(scope resolution operator)?
What is the standard template library (stl)?
What is near, far and huge pointers? How many bytes are occupied by them?
Which c++ compiler is best?
Is c++ free?
What does 7/9*9 equal ? a) 1 b) 0.08642 c) 0
why and when we can declar member fuction as a private in the class?
If you push the numbers (in order) 1, 3, and 5 onto a stack, which pops out first a) 1 b) 5 c) 3
Can we define function inside main in c++?
Explain the isa and hasa class relationships.
If there are two catch statements, one for base and one for derived, which should come first?
How long it will take to learn c++?
What does it mean to declare a member function as static?
What is vector pair in c++?