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
Is c the same as c++?
What is c++ best used for?
How would you differentiate between a pre and post increment operators while overloading?
write a c++ program to create class student having datamember name,Roll_no,age,and branch intilcization all the member using constructor print the all the details on the screen.
Explain what is oop?
What is c++ and its features?
What is the difference between method overloading and method overriding in c++?
What is array in c++ example?
What does ios :: app do in c++?
What is general format for a prototype?
What is late binding c++?
Which is not an ANSII C++ function a) sin() b) tmpnam() c) kbhit()
Explain the difference between class and struct in c++?
Do you know the use of vtable?
Explain binary search.