Answer Posted / xxx
vector is also an array but the size of a vector can change
dynamically where in array its fixed.
we can create some reserve space in vector where in array we
cannot.
Is This Answer Correct ? | 9 Yes | 1 No |
Post New Answer View All Answers
What is the difference between a mixin and inheritance?
What is object in oop?
What is debug class?what is trace class? What differences are between them? With examples.
What is encapsulation c#?
What are objects in oop?
What is the difference between static polymorphism and dynamic polymorphism?
What are different oops concepts?
to find out the minimum of two integer number of two different classes using friend function
Is data hiding and abstraction same?
Which type does string inherit from?
How do you answer polymorphism?
Can you inherit a private class?
What do you mean by abstraction?
What is a superclass in oop?
Write a program to sort the number with different sorts in one program ??