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 |
diff between Virtual mathod and abstract method?
Question: Write a program that prints a paycheck. Ask the program user for the name of the employee, the hourly rate, and the number of hours worked. If the number of hours exceeds 40, the employee is paid “time and a half”, that is, 150 percent of the hourly rate on the hours exceeding 40. Be sure to use stepwi se refine ment and break your solution into several functions. Use the int_name function to print the dollar amount of the check.
What is Method overloading?
Give two or more real cenario of virtual function and vertual object
What is Object and Class? What are the differences between them?
What is object in oops?
What is polymorphism and why is it important?
What is the types of inheritance?
What does the code "cout<<(0==0);" print? 1) 0 2) 1 3) Compiler error: Lvalue required
what are the characteristics of oops?
Why is destructor used?
Why is polymorphism used?