Question: c++ Match each term or symbol with its proper definition. 1. new 2. delete 3. vector 4. & 5. * 6. constructor 7. attribute 8.

c++

Match each term or symbol with its proper definition.

c++ Match each term or symbol with its proper definition. 1. new

1. new

2. delete

3. vector

4. &

5. *

6. constructor

7. attribute

8. method

9. ->

10. private

a specifier that prohibits external access to a class' members The dereference operator The address operator a function that belongs to a class a private method that C++ will recognize as a special method used to set the value of an attribute an operator that facilitates dynamic memory allocation a variable that belongs to a class an instance of a class an operator that reclaims or deallocate memory allocated with new a class that works as a dynamic array the operator used to access an object's members through a pointer a specifier that allows external access to a class' members A tool found in the Unified Modeling Language (UML) that aids in the design of a class a method that executes at the time of instantiation

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!