Answer Posted / ramesh bhumarapu
Pointer is a Reference Variable...
which contains address of another variables
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Prepare me a program for the animation of train
What is pure oop?
How to hide the base class functionality in Inheritance?
How do you achieve polymorphism?
Can a destructor be called directly?
Why it is called runtime polymorphism?
i=20;k=0;
for(j=1;k-i;k+=j<10?4:3)
{
cout< What is encapsulation and abstraction? How are they implemented in C++? What do you mean by variable? Why is polymorphism used? What is polymorphism used for? What is the difference between a constructor and a destructor? What is inheritance in oop? design a c++ class for the chess board,provide a c++ class
definition for such class(only class definition is required) How is polymorphism achieved?