What is polymorphism explain?
No Answer is Posted For this Question
Be the First to Post Answer
What is encapsulation in simple terms?
polymorphism means?
What is variable example?
//what is wrong with the programme?? #include<iostream.h> template <class first> class dd { first i; public: void set(); void print(); }; void dd< first>:: set() { cin>>i; } void dd< first>::print() { cout<<"\n"<<i; } void main() { dd <char>g; g.set(); g.print(); }
Can enum be null?
design class for linked list and include constructor,destructor,insert option. node of form struct node { int data; struct node &ptr; }
What is a class in oop?
what is the difference between ERROR and EXCEPTION?
Write pseudo code for push in a stack?
How Do you Code Composition and Aggregation in C++ ?
Why do we need polymorphism in c#?
what is polymorphism?