Answer Posted / kiran
because in c sharp dot net we implementing the interface
concept so here ..multiple inheritence is not possible so
thats the reason
| Is This Answer Correct ? | 7 Yes | 69 No |
Post New Answer View All Answers
Tell me the difference between value passing and address passing?
What is dynamic dispatch?
What is the difference between dynamic and var in c#?
What is global namespace in c#?
What is a static in c#?
What are Regex / regular expressions ?
What is an array? Give the syntax for a single and multi-dimensional array?
How do you prevent a method from being overridden in c#?
Can we extend sealed class in c#?
What is session and cookies in c#?
What is the difference between a method and a property?
What is #region in c#?
What is class in oops with example in c#?
Explain how to use an extender provider in the project.
What is returned if you pass the value 12.34 to the parsefloat () function?