What is polymorphism used for?
No Answer is Posted For this Question
Be the First to Post Answer
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 causes polymorphism?
WAP to generate 2n+1 lines of the following pattern on the computer screen:
What is the different between Applet and Application?
What are the features of oop?
Write a macro for swapping integers
if i have same function with same number of argument but defined in different files. Now i am adding these two files in a third file and calling this function . which will get called and wht decide the precedence?
why freind function takes more parameter than normal member function in c++?
1234554321 1234 4321 123 321 12 21 1 1 12 21 123 321 1234 4321 1234554321
What is OOPS and How it is different from Procedural Programming ?
23 Answers HP, Infosys, Thyrocare,
why constructor cannt be declar virtually? why destructor cannt be overloaded?
There are 2 classes defined as below public class A { class B b; } public class B { class A a; } compiler gives error. How to fix it?