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 Using C++
→
Destructor has a same name as the constr...
Q.
Destructor has a same name as the constructor and it is preceded by?
A.
!
B.
?
C.
~
D.
$
Answer» C. ~
2.1k
0
Do you find this helpful?
18
View all MCQs in
Object Oriented Programming Using C++
Discussion
No comments yet
Login to comment
Related MCQs
Which of the following is not a type of Constructor?
If a function can perform more than 1 type of tasks, where the function name remains same, which feature of OOP is used here?
If same message is passed to objects of several different classes and all of those can respond in a different way, what is this feature called?
What is the other name used for functions inside a
If different properties and functions of a real world entity is grouped or embedded into a single element, what is it called in OOP language?