Logo 
Search:

C++ Programming FAQ

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

The default constructor for class A is - select option

  Shared By: Adalicia Fischer    Date: Sep 30    Category: C++ Programming    Views: 1132

Answer:

Options

a) A :: A()
b) A :: A(int)
c) A :: A(int);
d) A :: A();

Answer : a) A :: A()

Share: 
 

Didn't find what you were looking for? Find more on The default constructor for class A is - select option Or get search suggestion and latest updates.


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


Tagged: