What are advantages of C++ when comparing with C?
Answer Posted / atreyee
A program in C is unstable compared 2 C++
Encapsulation,Inheritance in C++.
Is This Answer Correct ? | 28 Yes | 10 No |
Post New Answer View All Answers
Why we use #include conio h in c++?
What are the benefits of c++?
What is the best c++ ide?
Describe delete operator?
What is the best c++ book for beginners?
Can constructor be private in c++?
How should a contructor handle a failure?
Is c++ used anymore?
what is VOID?
What is the exit function in c++?
What is increment operator in c++?
Why c++ is called oop?
How to tokenize a string in c++?
What is searching? Explain linear and binary search.
If horse and bird inherit virtual public from animal, do their constructors initialize the animal constructor? If pegasus inherits from both horse and bird, how does it initialize animal’s constructor?