design class for linked list and include
constructor,destructor,insert option.
node of form
struct node
{
int data;
struct node &ptr;
}
No Answer is Posted For this Question
Be the First to Post Answer
Do you know about multiple inheritance?
what is use to destroy an object? illustrate.
What is friend function?
Can private class be inherited?
What is encapsulation selenium?
Write an operator overloading program to Overload ‘>’ operator so as to find greater among two instances of the class.
what is function over loading?
explain sub-type and sub class? atleast u have differ it into 4 points?
Plese get me a perfect C++ program for railway/airway reservation with all details.
How compiler selects(internally) required overridden function in inheritance?
2 Answers CSC, Infinite Computer Solutions,
Does c++ support multilevel and multiple inheritance?
What is sub classing in c++?