Logo 
Search:

C++ Programming FAQ

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

Which of the following statements do correctly describe the characteristics of constructors?

  Shared By: Reuben Brown    Date: Dec 06    Category: C++ Programming    Views: 1838

Answer:

I. They cannot be inherited
II. They cannot be virtual
III. They need not be declared in the public section
IV. We cannot refer to their addresses

Options

a) Both I and II
b) I, II, and IV
c) Both II and III
d) I, III and IV

Answer : b) I, II, and IV

Share: 
 


Related Topics:

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