adplus-dvertising
frame-decoration

Question

A destructor for a class is denoted by

a.

Tilde symbol ˜

b.

Caret symbol ^

c.

Underscore _

d.

Grave accent symbol `

Answer: (a).Tilde symbol ˜

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. A destructor for a class is denoted by

Similar Questions

Discover Related MCQs

Q. Access functions that is used to test the truth or falsity of conditions, is called

Q. If no constructor is defined for a class, the compiler

Q. A constructor that can be invoked with no arguments, is called as

Q. If a class wants to allow clients to read private data, the class can provide a

Q. Member selection operator is denoted by

Q. Which operator is combined with a pointer to an object to access that object's member?

Q. Non-member functions are defined as

Q. Member functions defined in a class definition are automatically

Q. Constructors do not have

Q. Which preprocessor directives are used to prevent header files from being included more than once in a program?

Q. The assignment operator can be used to assign an object to another object of the same type, this assignment by default performed by

Q. Which operator accesses a structure member via the object's variable name?

Q. Which keyword is used for structure definition?

Q. Aggregate data types built using data of other types, is called as

Q. What is a class interface?

Q. Sometimes a single value for a data member applies to all members of the class, for this purpose a

Q. A constructor has

Q. Member functions are also called

Q. The copy constructor is called automatically when

Q. Which keyword is used for the declaration of class?