R
Q. Which of the following statements are not true about destructor? 1. It is invoked when object goes out of the scope 2. Like constructor, it can also have parameters 3. It can be virtual 4. It can be declared in private section 5. It bears same name as that of the class and precedes Lambda sign.
No solution found for this question.
Add Solution and get +2 points.
You must be Logged in to update hint/solution
Be the first to start discuss.
Q. A void pointer cannot point to ______
Q. The basic types are collectively called as ___
Q. A member function for unary operator overloading takes‐‐‐‐ ‐arguments.
Q. A variable defined within a block is visible
Q. Which of the following concepts of OOPS means exposing only necessary information to client?
Q. What is the output of the following C++ program?
Q. Which of the following operators is used for object dereferencing in C++?
Q. When “struct” is used instead of the “class” keyword, will anything change in the program?
Q. Which of the following are good reasons to use an object oriented language?
Discusssion
Login to discuss.