What is destructor give example?
No Answer is Posted For this Question
Be the First to Post Answer
What is Inheritance, Multiple Inheritance, Shared and Repeatable Inheritance?
How to hide the base class functionality in Inheritance?
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
What is polymorphism used for?
In which Scenario you will go for Interface or Abstract Class?
1 Answers InfoAxon Technologies,
What are the components of marker interface?
What is inheritance write a program to show use of inheritance?
i am getting an of the type can not convert int to int *. to overcome this problem what we should do?
What are the advantages of inheritance?
26 Answers IBS, TCS,
What is difference between data abstraction and encapsulation?
Write A Program to find the ambiguities in Multiple Inheritance? How are they resolved.(Virtual Functions)
What is the point of polymorphism?