Answer Posted / prangya mohapatra
STL:-(Standard Template Library) are a set of C++ template
classes to provide common programming data structures and
functions such as doubly linked lists (list), paired arrays
(map), expandable arrays (vector), large string storage and
manipulation (rope), etc.
| Is This Answer Correct ? | 34 Yes | 3 No |
Post New Answer View All Answers
What is inheritance in oop?
What is the highest level of cohesion?
What are objects in oop?
Why is abstraction used?
How do you achieve polymorphism?
What is object in oop with example?
officer say me - i am offered to a smoking , then what can you say
Why is polymorphism needed?
Can we define a class within the interface?
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
hi, this is raju,iam studying b.tech 2nd year,iam want know about group1 and group2 details, and we can studying without going to any instutions? please help me.
There are two base class B1,B2 and there is one class D which is derived from both classes, Explain the flow of calling constructors and destructors when an object of derived class is instantiated.
Give an example where we have to specifically use C programming language and C++ programming language cannot be used?
What is the significance of classes in oop?
What is polymorphism give a real life example?