Logo 
Search:

C++ Programming FAQ

Submit Interview FAQ
Home » Interview FAQ » C++ ProgrammingRSS Feeds

Which of the following is not true about constructors and destructors?

  Shared By: Adelberto Fischer    Date: Oct 28    Category: C++ Programming    Views: 2501

Answer:

Options

a) They must have the same name as class
b) They cannot return values
c) They cannot be called more than once in a program
d) They are called automatically

Answer : c) They cannot be called more than once in a program

Share: 
 



Your Comment
  • Comment should be atleast 30 Characters.
  • Please put code inside [Code] your code [/Code].


Tagged: