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

What is exception handling? Does c++ support exception handling?

0 Answers  


What is the hardest coding language to learn?

0 Answers  


class basex { int x; public: void setx(int y) {x=y;} }; class derived : basex {}; What is the access level for the member function "setx" in the class "derived" above? a) private b) local c) global d) public e) protected

3 Answers   Quark,


What do you know about near, far and huge pointer?

0 Answers  


List out some of the object-oriented methodologies?

1 Answers  






What are the c++ access specifiers?

1 Answers  


When can you tell that a memory leak will occur?

1 Answers  


What c++ is used for?

0 Answers  


What is an arraylist c++?

0 Answers  


What is auto used for in c++?

0 Answers  


What do you mean by a template?

0 Answers  


What is the use of vtable?

0 Answers  


Categories