Answer Posted / rdurgalakshmi
Vector manages memory allocations, manages in the sense, it
provides constructor,copy constructor,assignment operator,
destructor etc. whereas array doesn't.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What is encapsulation in simple terms?
What is oops in simple words?
when to use 'mutable' keyword and when to use 'const cast' in c++
Write a C++ program without using any loop (if, for, while etc) to print prime numbers from 1 to 100 and 100 to 1 (Do not use 200 print statements!!!)
What are the three main types of variables?
What is object and example?
Write a java applet that computes and displays the squares of values between 25 and 1 inclusive and displays them in a TextArea box
Write a program to reverse a string using recursive function?
What is a null tree?
What is protected in oop?
What is the diamond problem in inheritance?
What is class and object in oops?
write a programe to calculate the simple intrest and compund intrest using by function overlading
What is object in oop with example?
How do you achieve polymorphism?