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
String = "C++ is an object oriented programming language.An imp feature of oops is classes and objects".Write a pgm to count the repeated words from this scenario?
what is the sylabus for priliminaries?
What does and I oop mean in text?
What are oops methods?
if i have same function with same number of argument but defined in different files. Now i am adding these two files in a third file and calling this function . which will get called and wht decide the precedence?
What are functions in oop?
How to call a non virtual function in the derived class by using base class pointer
Why is polymorphism needed?
Where is pseudocode used?
How to hide the base class functionality in Inheritance?
Is abstract thinking intelligence?
program for insertion ,deletion,sorting in double link list
write a programe to calculate the simple intrest and compund intrest using by function overlading
What is class encapsulation?
Why do we use class?