How many types of classes are there in c++?


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

Post New Answer

More C++ General Interview Questions

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

0 Answers  


Profiler in projects?

2 Answers   Symphony,


what are the iterator and generic algorithms.

0 Answers  


class Foo { const int x; protected: Foo(int f); ~Foo(); }; Foo f; Referring to the sample code above, why will the class declaration not compile? a) The variable x is const. b) The destructor is protected. c) The destructor is not public. d) The constructor is protected. e) There is no default constructor.

5 Answers   Quark,


Why would you use pointers in c++?

0 Answers  






When is the copy constructor called?

0 Answers  


What are punctuators in c++?

0 Answers  


How the compilers arranges the various sections in the executable image?

1 Answers  


Do class method definitions?

0 Answers  


What is a constructor initializer list and when we use constructor initializer list?

3 Answers   Soft Info, TCS,


Define the process of error-handling in case of constructor failure?

0 Answers  


Have you used MSVC? What do you think of it?

2 Answers   Google,


Categories