What are the benefits of polymorphism?
No Answer is Posted For this Question
Be the First to Post Answer
who is the founder of c++?
Why we use classes in oop?
what is oops
//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(); }
What is OOPS and How it is different from Procedural Programming ?
23 Answers HP, Infosys, Thyrocare,
Write a program to get the binary tree.
assume the program must insert 4 elements from the key board and then do the following programs.sequential search(search one of the elements),using insertion sort(sort the element) and using selection sort(sort the element).
How can i write a code in c# to take a number from the user and then find all the prime numbers till the number entered by the user.
i had specified the access specifier for abstarct class member like (pure virtual function) as private.But it can be accessed by the derived class.How the private member of one class is accessed by other class.if any body face this problem and found the solution plz reply to me.
what is the definition of incapsulation
write a program which best describes polymorphism in real world?
2 Answers CTS, Infosys, NexGen,
What is the difference between the c++ & java?