Do we have private destructors?
Answers were Sorted based on User's Feedback
Answer / jack
No we cannot have private destructors and private
constructors.........
| Is This Answer Correct ? | 4 Yes | 23 No |
Is linux written in c or c++?
Write about the various sections of the executable image?
Mention the storage classes in c++.
Give the difference between the type casting and automatic type conversion. Also tell a suitable C++ code to illustrate both.
Why is "using namespace std;" considered bad practice?
List the types of polymorphism in c++?
What is a template in c++?
What is unary operator? List out the different operators involved in the unary operator.
What is the maximum combined length of command line arguments including the space between adjacent arguments?
What do you mean by volatile and mutable keywords used in c++?
Why the usage of pointers in C++ is not recommended ?
How would you obtain segment and offset addresses from a far address of a memory location?