may we achieve polyphormsm through overloading a funtion?Is
it right or wrong concept because i read polyphormism can
be achieved through overloading?plz help me thnks
Answer / bhaskar
Yes. it can achive using Function Overloading for static
polymorphism
Is This Answer Correct ? | 0 Yes | 0 No |
Are c# strings immutable?
what is accessspecifier and explation each with example?
What are the different types of literals in c#?
What is a method signature in c#?
What is difference between comparable and comparator?
What's the implicit name of the parameter that gets passed into the set method/property of a class?
How many constructor can a class have?
What is the usage of transponders?
What are the important concepts in OOPS
Is visual c# free?
I wish to create a windows application to perform a similar function as that of the "Search" which is provided to look for related files and folders in the System.. What steps must i follow??
If you want to convert a base type to a derived type, what type of conversion do you use?