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
What are value types in c#?
What is the use of ienumerable?
What is disco?
List the fundamental oop concepts?
Who benefits from ajax?
Why attributes are used in c#?
What is entity framework in c#?
Explain the difference between // comments, /* */ comments and /// comments?
What is the difference between package and interface?
explain the features of static/shared classes.
Does c# have its own class library?
What is extension method in c# and how to use them?
Why dependency injection is used in c#?
How does foreach loop work in c#?
Explain about Destructor method?