What is nutshell in programming language?



What is nutshell in programming language?..

Answer / balkrishna yadav

Nutshell means a reference section for any topic.
Example: Guiding the users or developers what to do, and from where to get references etc.

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More OOPS Interview Questions

What is encapsulation in oops?

0 Answers  


What is interface in oop?

0 Answers  


What will happen when the following code is run: int x; while(x<100) { cout<<x; x++; } 1) The computer will output "0123...99" 2) The computer will output "0123...100" 3) The output is undefined

7 Answers  


How to deploy web appliction in web logic ?

1 Answers   Unisys,


explain defference between structure and class with example

1 Answers  






They started with the brief introduction followed by few basic C++ questions on polumorphism, inheritance and then virtual functions. What is polymorphims? How you will access polymorphic functions in C? How virtual function mechanism works?

0 Answers  


can inline function declare in private part of class?

1 Answers  


what i oops concept, how many languages supports oops concept?

3 Answers   Value Labs,


How can i write a code in c# to take a number from the user and then find all the prime numbers till the number entered by the user.

4 Answers   NIIT, TCS,


what is multi level inheritance give n example ?

13 Answers   HDFC, Hulas Steel, Ness Technologies,


What do you mean by binding of data and functions?

3 Answers  


What is the use of unnamed namespaces in OOPS? The only advantage I know is that they dont need the scope resolution operator while accessing them. I want to know some other advantages of unnamed namespaces...

2 Answers  


Categories