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
How long to learn object oriented programming?
Why do while loop is used?
Are polymorphisms mutations?
What is protected in oop?
Question: Implement a base class Appointment and derived classes Onetime, Daily, Weekly, and Monthly. An appointment has a description (for example, “see the dentist”) and a date and time. Write a virtual function occurs_on(int year, int month, int day) that checks whether the appointment occurs on that date. For example, for a monthly appointment, you must check whether the day of the month matches. Then fill a vector of Appointment* with a mixture of appointments. Have the user enter a date and print out all appointments that happen on that date.
What is the problem with multiple inheritance?
What are the features of oop?
What is overloading and its types?
Get me an image implementation program.
What is destructor give example?
What is abstraction and encapsulation?
c++ program to swap the objects of two different classes
How many human genes are polymorphic?
what is graphics
What is class and example?