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 |
In multiple inheritance , to create sub class object , is there need to create objects for its superclasses??? in java and c++ both. Actually i have some information that is , all available members from its superclasses , memory created in subclass obj , so no need to create object for its superclasses...??? Thanks in Advance
what is overloading and overriding?
Is this job good for future? can do this job post grduate student?
design class for linked list and include constructor,destructor,insert option. node of form struct node { int data; struct node &ptr; }
Can a varargs method be overloaded?
How to hide the base class functionality in Inheritance?
Prepare me a program for the animation of train
Define a class to represent a bank account. Include the following members: Data Members: Name of the Depositor Account Number Type of Account Balance amount in the account Member Functions: To assign the initial values. To deposit an account. To withdraw an amount after checking the balance. Write a C++ main program to display account number, name and balance.
What does no cap mean?
What are main features of oop?
How do you define a class in oop?
In which cases you use override and new base?