design class for linked list and include
constructor,destructor,insert option.
node of form
struct node
{
int data;
struct node &ptr;
}
How to hide the base class functionality in Inheritance?
Can static class have constructor?
What is Virtual Keyword?
What do you mean by public, private, protected and friendly?
Write A Program using Single and Multiple Inheritance.
Give two or more real cenario of virtual function and vertual object
What is variable example?
what type of questions
Write a c++ program to display pass and fail for three student using static member function
What is multilevel inheritance explain with example?
In which Scenario you will go for Interface or Abstract Class?
1 Answers InfoAxon Technologies,
Write a macro for swapping integers