What is constructor in C++?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C++ General Interview Questions

What is the difference between delegation and implemented-in-terms-of?

0 Answers  


What should main() return in c and c++?

0 Answers  


Explain what are mutator methods in c++?

0 Answers  


can output 5 students using one dimensional array

1 Answers   Intel,


What is meant by forward referencing and when should it be used?

0 Answers  






Explain Text Manipulation Routines?

0 Answers  


Explain virtual class?

0 Answers  


the maximum length of a character constant can be a) 2 b) 1 c) 8

0 Answers  


Do we have to use initialization list in spite of the assignment in constructors?

0 Answers  


How would you stop a class from class from being derived or inherited?The constructer should not be Private,as object instantiation should be allowed.

15 Answers   Satyam,


What is the difference between an enumeration and a set of pre-processor # defines?

0 Answers  


What is the difference between a type-specific template friend class and a general template friend class?

0 Answers  


Categories