How do you implement polymorphism in our day to day life?
No Answer is Posted For this Question
Be the First to Post Answer
what is the output??????? public class multireturn { public(int assign x ( int x) { if(4==x) { return 7; } else if (7=x+3) { return 6; } return 5; } }
What is a Hash Table? What are the advantages of using a hash table?
What is the difference between the paint() and repaint() methods in java programming?
What is the advantage of OOP in java?
What are the three types of design patterns?
Is java a security risk?
What is balanced tree in java?
I want my class to be developed in such a way that no other class (even derived class) can create its objects. Define how can I do so?
What is used of static keyword in java?
Explain the usage of this with constructors?
What is set string?
Is the empty set a singleton?