Why do we need polymorphism in c#?
No Answer is Posted For this Question
Be the First to Post Answer
In OverLoading concept,Why they are not consider return value and why they are consider only parameters in method? For ex: public int Add(int a,int b){...} public String Add(int a,int b){...}
What normal C constructs work differently in C++?
Write a program to get the binary tree.
what is oops
can main method be overloaded...??? How..????
What is byval and byref? What are differences between them?
What makes a language oop?
What is the difference between the C & C++?
what is the usage of clas templates
How do you make derived class as an abstract class?
what is new modifier in C#
Name an advantage of linked list over array?