What's the full form of STL?
Answers were Sorted based on User's Feedback
Answer / 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 |
write a program which best describes polymorphism in real world?
2 Answers CTS, Infosys, NexGen,
What is polymorphism in oops?
what is multi level inheritance give n example ?
13 Answers HDFC, Hulas Steel, Ness Technologies,
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.
why c++ is a highlevel language
3 Answers Satyam, Tech Mahindra,
Is react oop?
What are two types of polymorphism?
What is inheritance write a program to show use of inheritance?
What is abstraction example?
what is virtual function?
What is solid in oops?
Is data hiding and abstraction same?