Differentiate between a constructor and a method 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 *p++ and (*p)++ ?

0 Answers  


What it is and how it might be called (2 methods).

0 Answers  


Why do C++ compilers need name mangling?

3 Answers   Lucent,


Can user-defined object be declared as static data member of another class?

0 Answers  


What is the difference between an array and a list?

0 Answers  






How is an Abstract Base Class(ABC) related to an "Abstract Data Type" (ADT)

2 Answers  


How can a '::' operator be used as unary operator?

1 Answers  


Write a program that takes a 5 digit number and calculates 2 power that number and prints it.

0 Answers   CTS,


Do you know about C++ 11 standard?

0 Answers   Agilent, ZS Associates,


What is the best book for c++ beginners?

0 Answers  


What is the use of static functions?

10 Answers   Symphony,


Why cout is used in c++?

0 Answers  


Categories