What is the difference between abstraction and polymorphism?
No Answer is Posted For this Question
Be the First to Post Answer
What is a superclass in oop?
Whatis the difference between oop and object based language
//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(); }
There are 2 empty jars of 5 and 3 liters capacity. And a river is flowing besides. I want to measure 4 liters of wanter using these 2 jars. How do you do this?
What is advantage of inheritance?
pointers are support in C#? if yes then how to use it?
8 Answers Softvision Solution,
What is the difference between the C & C++?
Should you protect the global data in threads? Why or why not?
what is the basic concept of inheritance?
what is difference between objects and function
Write pseudo code for push in a stack?
What is virtual constructors/destructors?