Logo 
Search:

C++ Programming FAQ

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

Which of the following is called an implicit constructor for the class xyz?

  Shared By: Amber Hughes    Date: Sep 26    Category: C++ Programming    Views: 708

Answer:

Options

a) xyz(){ }
b) xyz(int){}
c) xyz(){ };
d) None of the above

Answer : a) xyz(){ }

Share: 
 



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


Tagged: