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
Why do while loop is used?
Why is encapsulation used?
What is polymorphism explain its types?
class CTest { public: void someMethod() { int nCount = 0; cout << "This is some method --> " << nCount; } }; int main() { CTest *pctest; pctest->someMethod(); return 0; } It will executes the someMethod() and displays the value too. how is it possible with our creating memory for the class . i think iam not creating object for the class. Thanks in Advance... Prakash
What exactly is polymorphism?
What is encapsulation in simple terms?
is there any choice in opting subjects like 4 out of 7
What does it mean when someone says I oop?
explain sub-type and sub class? atleast u have differ it into 4 points?
what type of question are asked in thoughtworks pair programming round ?
Why do we need polymorphism in c#?
Can an interface inherit a class?
What is debug class?what is trace class? What differences are between them? With examples.
What is encapsulation c#?
What is abstract class in oops?