McqMate
Sign In
Hamberger menu
McqMate
Sign in
Sign up
Home
Forum
Search
Ask a Question
Sign In
McqMate Copyright © 2025
→
Programming Languages
→
Object Oriented Programming In cpp
→
How do we define a constructor?
Q.
How do we define a constructor?
A.
x~() {}
B.
x() {}~
C.
x() ~{}
D.
~x() {}
Answer» C. x() ~{}
1.6k
0
Do you find this helpful?
16
View all MCQs in
Object Oriented Programming In cpp
Discussion
No comments yet
Login to comment
Related MCQs
Which of the following operators below allow to define the member functions of a class outside the class?