Question: What is the difference between a C++ dynamic array vs vector? O A dynamic array is fixed in size, but a vector can grow and
What is the difference between a C++ dynamic array vs vector? O A dynamic array is fixed in size, but a vector can grow and shrink A dynamic array is another name for a vector O A dynamic array is not an object created by a class, but a vector is a standard object created with a class. O A vector is not an object created by a class, but a dynamic array s a standard object created with a class. D Question 3 Is it possible for a member function of a class to activate another member function of the same class? No 0 Yes, but only public member functions Yes, but only private member functions Yes both pubiic and private member functions can be activated within another member function
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
