How can you overload a method?
Answers were Sorted based on User's Feedback
Answer / guest
Different parameter data types, different number of
parameters, different order of parameters
Is This Answer Correct ? | 6 Yes | 0 No |
Answer / bala
Whenever The Method have a same name but differnt
parameters,we can do overloading...
Is This Answer Correct ? | 2 Yes | 0 No |
Answer / 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 |
Can you prevent a class from overriding?
You are designing a user control. You created new property called backgroundimage which is of type image. You wanted to disable storing this property in the user’s form. How to achieve this?
What is an assembly qualified name? Is it a filename? How is it different?
How many bytes is an int?
Where value types are stored in c#?
What are handlers in c#?
Define an escape sequence, name few strings in escape sequence?
How many aware interfaces are there?
What are strongly typed objects?
What is void method?
What is single dimensional array in c#?
What is view model in c#?