Answer Posted / shoaib
Whenever The Method have a same name but differnt
parameters like Different parameter data types, different
number of
parameters, different order of parameters ..
we can do overloading...
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Can we have two main methods in c#?
What are indexers in c# .net?
What is activator c#?
What is the differences between datagrid, datalist and repeater in .net?
Can destructors have access modifiers?
What is a helper method in c#?
Can you specify an access modifier for an enumeration?
What is variable in c#?
Suppose two interfaces have same method, so how will you implement these methods in derive class?
Is enum a value type c#?
What is hierarchical inheritance in c#?
What are the Types of compatabilities and explain them
Define encapsulation?
Can a constructor be static in c#?
what is the purpose of using statement in c#