What are advantages of C++ when comparing with C?
Answer Posted / swathi
c++ is an extension of c with some additional features like encapsulation,inheritance,etc. which makes the program to easily understand
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is the full name of logo?
If a round rectangle has straight edges and rounded corners, your roundrect class inherits both from rectangle and from circle, and they in turn both inherit from shape, how many shapes are created when you create a roundrect?
What is the most common mistake on c++ and oo projects?
What are the characteristics of friend functions?
What's the "software peter principleā?
Explain selection sorting?
Define vptr.
In the derived class, which data member of the base class are visible?
What is a breakpoint?
What is the copy-and-swap idiom?
What does it mean to declare a member function as static?
What are c++ manipulators?
What is vector string in c++?
What is stoi in c++?
What is ios in c++?