McqMate
Sign In
Hamberger menu
McqMate
Sign in
Sign up
Home
Forum
Search
Ask a Question
Sign In
McqMate Copyright © 2025
→
Bachelor of Computer Applications (BCA)
→
Object Oriented Programming with C++ (OO...
→
A destructor takes __________ arguments.
Q.
A destructor takes __________ arguments.
A.
one
B.
two
C.
three
D.
no
Answer» D. no
2k
0
Do you find this helpful?
18
View all MCQs in
Object Oriented Programming with C++ (OOP in C++)
Discussion
No comments yet
Login to comment
Related MCQs
It is a __________ error to pass arguments to a destructor.
Which of the following statement is correct regarding destructor of base class?
Destructor has the same name as the constructor and it is preceded by ______ .
Destructor calls are made in which order of the corresponding constructor calls?
To ensure that every object in the array receives a destructor call, always delete memory allocated as an array with operator __________ .
A friend function for unary operator overloading takes ‐‐‐‐ ‐arguments.
A member function for unary operator overloading takes‐‐‐‐ ‐arguments.
A friend function for binary operator overloading takes‐‐‐‐ ‐arguments.
In case of arguments passed by values when calling a function such as z=addidion(x,y),
Arguments of a functions are separated with