Answer Posted / tiger senthil
Complier identifies the class name and method name sdould
be the name.which invoked when class instanciate the
object.Here possible to overload the constructor.
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
Different between method overriding and method overloading?
What is a callback c#?
What is difference between arraylist and list in c#?
What is a scope in c#?
Why do we use dataset in c#?
What is global namespace in c#?
What is inumerable?
Is it not possible to store a boolean value as a variable?
What is a partial class. Give an example?
What’s a strong name?
Write one code example for compile time binding and one for run time binding? What is early/late binding?
Does c# have a 'throws' clause?
Can abstract class have private constructor c#?
Explain the term inheritance in C#.
What is wrong with the sample program below?