Why is polymorphism important in oop?
No Answer is Posted For this Question
Be the First to Post Answer
Write a macro for swapping integers
how do you handle yourself when you feel the wald is aganist you
what is the 3 types of system development life cycle
design class for linked list and include constructor,destructor,insert option. node of form struct node { int data; struct node &ptr; }
What is Inheritance, Multiple Inheritance, Shared and Repeatable Inheritance?
Which is not an object oriented programming language?
What is extreme programming?
What are properties in oop?
what is the difference between function template and template of function?explain with example.
what's the basic's in dot net
What are the advantanges of modularity
char* ptr = "Rahul"; *ptr++; printf("%s",ptr); What will be the output