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
Can a varargs method be overloaded?
Can destructor be overloaded?
what's the basic's in dot net
Is abstract thinking intelligence?
What is the importance of oop?
They started with the brief introduction followed by few basic C++ questions on polumorphism, inheritance and then virtual functions. What is polymorphims? How you will access polymorphic functions in C? How virtual function mechanism works?
How Do you Code Composition and Aggregation in C++ ?
What is object in oops?
Explain the advantages of inheritance.
Why is polymorphism important in oop?
What is polymorphism what is it for and how is it used?
Can main method override?
What is the example of polymorphism?
What is coupling in oops?
Which language is pure oop?