Answer Posted / venkat somapalli
C is a Function Oriented(procedure) Laguage. where as C++
Is object Oriented laguage.
in C no STL(Standard Template Library). C++ have.
In C no namespace concept. it's avilable in c++.
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
Why do we use oops?
write a program that takes input in digits and display the result in words from 1 to 1000
What is the problem with multiple inheritance?
How to call a non virtual function in the derived class by using base class pointer
What is the purpose of polymorphism?
What is oops in simple words?
What is abstraction with example?
Why is polymorphism used?
Which is better struts or spring?
What is abstraction oop?
What is for loop and its syntax?
How many human genes are polymorphic?
What is the significance of classes in oop?
How to handle exception in c++, For example in a functions i am assigning memory to some variables and also in next instructions in am dividing one variable also. If this functions generates a error while allocating memory to those variable and also while dividing the variable if i divide by zero then catch block how it will identify that this error has cone from perticular instruction
Why is destructor used?