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
How string definitions will prevent escaping on backslashes in C#?
What is static classes in c#?
Which is the best language for desktop application?
What is a singleton unity?
Is std :: string null terminated?
What is the difference between method overriding and method overloading?
Is the following code legal?
How do I download a program to my desktop?
Is c# good for web development?
What is the task perform by clr?
What is the class in c#?
Which .gang of four. Design pattern is shown below?
Explain acid rule of thumb for transactions in c#.
What is the difference between private and protected in c#?
What are some of the commonly used commands in sqlcommand?