What are the different forms of polymorphism??
Answer Posted / sri
Existing in more than one form.
| Is This Answer Correct ? | 2 Yes | 5 No |
Post New Answer View All Answers
explain sub-type and sub class? atleast u have differ it into 4 points?
Why multiple inheritance is not allowed?
What is object in oops?
What is class and object with example?
What is the important feature of inheritance?
Why is static class not inherited?
How oops is better than procedural?
What is use of overloading?
how to get the oracle certification? send me the answer
What is abstraction encapsulation?
What do you mean by abstraction?
What is Difeerence between List obj=new ArrayList(); and ArrayList obj=new ArrayList()?
What are the important components of cohesion?
Why can't we have instance(stack) of a class as a member of the same class like eg.Class A{A obj;} as we can have self refential pointer
String = "C++ is an object oriented programming language.An imp feature of oops is classes and objects".Write a pgm to count the repeated words from this scenario?