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
What is abstraction with example?
Why is object oriented programming so hard?
Why is oop useful?
What is abstract class in oop?
What is destructor example?
What is Difference Between Inheritance and creating object and getting data? means Class A extends B{ B.getMethod();} (OR) Class A{ b obj=new B(); obj.getMethod(); }
which feature are not hold visual basic of oop?
What is multilevel inheritance in oop?
What are the features of oop?
Get me a number puzzle game-program
What are constructors in oop?
What is oops in simple words?
write a C++ program for booking using constructor and destructor.
Can we define a class within the interface?
What is coupling in oops?