What are advantages of C++ when comparing with C?
Answer Posted / reegan
data security,data encapsulation,reusability
| Is This Answer Correct ? | 39 Yes | 9 No |
Post New Answer View All Answers
How can a struct in c++ differs from a struct in c?
Can a constructor return a value?
What do the keywords volatile and mean mutable?
Which is most difficult programming language?
Can I create my own functions in c++?
What is conditions when using boolean operators?
Why cout is used in c++?
Difference between declaration and definition of a variable.
Explain abstraction.
What is an accessor in c++?
How can you specify a class in C++?
What are the extraction and insertion operators in c++?
What are the basic data types used in c++?
How can we access protected and private members of a class?
What does ios :: app do in c++?