Answer Posted / jacintha
Overloading of methods permits a class, struct, or
interface to declare multiple methods with the same name,
provided their signatures are unique within that class,
struct, or interface.
Overloading of instance constructors permits a class or
struct to declare multiple instance constructors, provided
their signatures are unique within that class or struct.
Overloading of indexers permits a class, struct, or
interface to declare multiple indexers, provided their
signatures are unique within that class, struct, or
interface.
Overloading of operators permits a class or struct to
declare multiple operators with the same name, provided
their signatures are unique within that class or struct.
Is This Answer Correct ? | 3 Yes | 3 No |
Post New Answer View All Answers
Define parsing? Explain how to parse a datetime string?
Is int a class in c#?
How many bytes is an int c#?
Why does dllimport not work for me?
What is alias in c#?
How do I port "synchronized" functions from visual j++ to c#?
What does typeof return c#?
Is c# and c same?
What is use of singleton class in c#?
What is concrete class in c#?
Why delegates are type safe in c#?
What is a console device?
What is sealed class in c#?
Does c# support c type macros?
Does c# support multiple class inheritance?