What are advantages of C++ when comparing with C?
Answer Posted / saireddy
compare to c cpp is more security and it deels inheritance, polymorpism,data encapsulation(hiding , binding)which is used real time applications
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are signs of manipulation?
What is stl containers in c++?
What is the difference between global int and static int declaration?
What is abstraction in c++ with example?
What are virtual constructors/destructors?
What is an incomplete type in c++?
Mention the purpose of istream class?
What are the different types of polymorphism in c++?
How can you quickly find the number of elements stored in a static array? Why is it difficult to store linked list in an array?
What relational operators if statements in c++?
Can static member variables be private?
What is an inline function in c++?
Why c++ is not a pure oop language?
Is c++ the most powerful language?
Explain abstraction.