List the merits and demerits of declaring a nested class in C++?


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

Post New Answer

More C++ General Interview Questions

Which one is a preferred language C or C++? Why?

0 Answers  


What happens if an exception is throws from an, object's constructor and object's destructor?

4 Answers   Wipro,


What is std namespace in c++?

0 Answers  


What is ios class in c++?

0 Answers  


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

0 Answers   CTS,






Write a Program to find the largest of 4 no using macros.

0 Answers  


What is a template in c++?

0 Answers  


Can create new c++ operators?

0 Answers  


When should you use multiple inheritance?

2 Answers  


What are the different data types present in C++?

1 Answers  


Which one of the following describes characteristics of "protected" inheritance? a) The base class has access only to the public or protected members of the derived class. b) The derived class has non-public, inheritable, access to all but the private members of the base class. c) The derived class has access to all members of the base class. d) The private members of the base class are visible within the derived class. e) Public members of the derived class are privately accessible from the base class.

4 Answers   Quark,


What is auto type c++?

0 Answers  


Categories