Why is polymorphism needed?
No Answer is Posted For this Question
Be the First to Post Answer
i^=j; j^=i; i^=j; value of i,j
If a=5, b=6, c=7, b+=a%c*2. What is the final value of b?
What is inheritance and how many types of inheritance?
What is an interface in oop?
what is the usage of clas templates
Can a varargs method be overloaded?
difference between structure and union.
What is oops in programming?
What is the diamond problem in inheritance?
how to create thread in java?
17 Answers IBM, Infosys, Wipro,
Iam doing my project on instant messaging , if you any new ideas regarding this project ,please suggest it?
Given two strings like x=?hello? and y=?open?, remove any character from string x which is also used in string y, thus making the result x=?hll?.