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 are the different types of Storage classes?

5 Answers  


What is the full form of c++?

0 Answers  


Is overriding possible in c++?

0 Answers  


What does iomanip mean in c++?

0 Answers  


Which bitwise operator is used to check whether a particular bit is on or off?

0 Answers  






Can comments be longer than one line?

0 Answers  


What is void pointer in c++ with example?

0 Answers  


What does new in c++ do?

0 Answers  


Write a program and call it sortcheck.cpp which receives 10 numbers from input and checks whether these numbers are in ascending order or not. You are not allowed to use arrays. You should not define more than three variables

2 Answers   BirlaSoft, Crayonz,


How can we read/write Structures from/to data files?

0 Answers  


What is the difference between public and private data members?

0 Answers  


What is a mutex and a critical section.Whats difference between them?How do each of them work?

4 Answers   CTS,


Categories