Question
C++
Part 1, c. Match each of the vocabulary words at the right with the BEST definition on the left. This operator is shorthand f
0 0
Add a comment Improve this question Transcribed image text
Answer #1

1.this operator is shorthand for adding a value to some thing

+= Operator

Ex:a +=b means a= a+b

It is a assignment opertor which is to asssign value to the

expression

2.the keyword is used to de-allocated memory allocated with the new operator

delete keyword is used to de- allocate memory

3.the increment oprator for c++ is

​​​++

This operator is increment the value 1 of a variable.

4.this method is used to clean up when an object is deleted

Destructor is used to destroy objects and it is called before the object is deleted.

5.when you are accessing a method through a pointer,you can use this operator instead of *

-> (arrow operator) is using to access members.

6.this symbol is used with the class name in declaring destructor

~(tilde)is used to declare destructor

7.this access specifier allows you to reference an instance variable by name in the class definition but nowhere else

Protected access specifier

8.the c++ operator that does inheritance

: is used for inheritance

9.this keyword is used as part of the name when overloading a built-in function

Operator keyword

10.use this access specifier on methods that you want application programmers to be able to call from

Public members in class are accessed outside the class also.

Have any doubts please let me know...

Thank you....

Add a comment
Know the answer?
Add Answer to:
C++ Part 1, c. Match each of the vocabulary words at the right with the BEST...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
  • Options: inheritance, overloading, static, overriding Match each definition or description with the term that fits best:...

    Options: inheritance, overloading, static, overriding Match each definition or description with the term that fits best: Multiple methods with the same name Choose. Belonging to the class rather than an instance of the class Choose.. Re-use of attributes and behaviors from a superclass Choose... - Re-implementation of a superclass method Choose... -

  • Question 1 Inheritance represents what type of relationship? Is-A Has-A Was-A Composition Flag this Question Question...

    Question 1 Inheritance represents what type of relationship? Is-A Has-A Was-A Composition Flag this Question Question 2 What is the keyword used to indicate a class inheritance relationship? Flag this Question Question 3 A sub class may not access any private members of the super class by name. True False Flag this Question Question 4 What is the keyword used by a sub class to call a super class constructor? Flag this Question Question 5 When we implement the method:...

  • Match each of the definitions on the left with the correct answer on the right. The...

    Match each of the definitions on the left with the correct answer on the right. The de-reference operator Answer 1Choose...delete [ ]free arraymemory&*[ ]scope{ }. (dot operator)deletenewfree( )base case The address of operator Answer 2Choose...delete [ ]free arraymemory&*[ ]scope{ }. (dot operator)deletenewfree( )base case The keyword you use to allocate dynamic memory on the heap Answer 3Choose...delete [ ]free arraymemory&*[ ]scope{ }. (dot operator)deletenewfree( )base case The keyword you use to free up dynamic memory when you are done with...

  • plz amswer all blank Closing: Finish the sentence. (30%) a) Lists and tables of values can...

    plz amswer all blank Closing: Finish the sentence. (30%) a) Lists and tables of values can be stored in axray, or vedtex b) The elements of an array are related by the fact that they have the same name and me c) The number used to refer to a particular element of an array is called its subsecipt d) A(n) verschlshould be used to declare the size of an array, because it makes the program more scalable. e) The process...

  • Write a code in C++ by considering the following conditions :- Tasks :- 1. Create a...

    Write a code in C++ by considering the following conditions :- Tasks :- 1. Create a class Employee (with member variables: char * name, int id, and double age). 2. Create a constructor that should be able to take arguments and initialize the member variables. 3. Create a copy constructor for employee class to ensure deep copy. 4. Create a destructor and de allocate the dynamic memory. 5. Overload the assignment operator to prevent shallow copy and ensure deep copy....

  • Please answer question 1-4 4. Vocabulary: Match definition to its word. There will be some words...

    Please answer question 1-4 4. Vocabulary: Match definition to its word. There will be some words left over. (DUP some words left over. (50 points, 5 points each) part of the processor that performs actions such as mathematics, testing, and moving data the processor uses this computed memory location to access data used to combine multiple partial programs into a single executable how instructions are stored as machine code A. Indirect B. event handler c. pointer D. assembler E. control...

  • 1.     When a sub class object is created, when is the call to the super class...

    1.     When a sub class object is created, when is the call to the super class constructor made? How does a programmer call the super class constructor from the sub class? What do all classes indirectly extend? What methods does every class inherit from the Object class? 2.     When writing methods in a sub class, how can those methods call the methods from the parent class? 3.     Which class is more specific, a super class or a sub class? 4.    ...

  • Part t True er Fahe ( pts each) Tue or false? true F or fase -C++8...

    Part t True er Fahe ( pts each) Tue or false? true F or fase -C++8 generally regarded as a low-level language. Given x S, y 3, the exprossion (x<y)&& ((y > 0) 11 (y-= x + 2)) istrue hh writing computer pograms, it's best practice to write all your functions and the entire pogram, befbre testing any one of the functions or program segments by itself Operators have inputs and return outputs. When an arthmetie operator has been overloaded...

  • (1)     ____ is the principle that allows you to apply your knowledge of a general category...

    (1)     ____ is the principle that allows you to apply your knowledge of a general category to more specific objects.           a.       Inheritance              c.       Encapsulation           b.       Polymorphism                    d.       Override (2)     When you create a class by making it inherit from another class, you are provided with data fields and ____ automatically.           a.       fonts                      c.       class names           b.       methods                  d.       arrays (3)     By convention, a class diagram contains the ____ following each attribute or...

  • Fill the blank in each of the following using the terms at the bottom. IT. When...

    Fill the blank in each of the following using the terms at the bottom. IT. When an array is created, a value in the array is called a(n) 12. f and ) must always be used with an if) statement: True or False 13. Theoperator is used to check if two values are equal. 14. A command can only be used in a loop statement. 15. Acommand can be used in both a loop and switch statement. 16. In the...

ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT