Define a nested class. Explain how it can be useful.


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

Post New Answer

More C++ General Interview Questions

What is encapsulation in c++ with example?

0 Answers  


What is rvalue?

0 Answers  


Write a function which takes a character array as input and reverses it in place.

2 Answers   Lehman Brothers, Vision Infotech,


What is a list c++?

0 Answers  


Why should you learn c++?

0 Answers  


Which of the following operator cannot be overloaded?

2 Answers   TCL,


Why do we need c++?

0 Answers  


What is a unnitialised pointer?

0 Answers  


1.Between 100 and 999 are some numbers that have the characteristics that if you cube the individual digits and sum together you will get the same number. 2. A program that can accept as input an integer and output the equivalent of that number in words.

3 Answers  


How does code-bloating occur in c++?

0 Answers  


class X { public: int x; static void f(int z); }; void X::f(int y) {x=y;} What is the error in the sample code above? a) The class X does not have any protected members. b) The static member function f() accesses the non-static z. c) The static member function f() accesses the non-static x. d) The member function f() must return a value. e) The class X does not have any private members.

2 Answers   Quark,


What is meant by entry controlled loop?

0 Answers   Agilent, ZS Associates,


Categories