what is the use of "mustinherit" keyword?
Answers were Sorted based on User's Feedback
Answer / guest
we hav to override that method or class for furthe rusage
| Is This Answer Correct ? | 0 Yes | 0 No |
when ever a class is a Abstract class, That class can't be
inherited to the derived class means that abstract class is
consider as Base class, And one more thing is In abstract
contains Concreate methods, means may or may not
implementation, if we want those class in derived classes
means we have to keep mustinherit key word.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is meant by globalization and localization?
What are the collections you've used?
What is a design pattern and what is it for?
What is the managed and unmanaged code in .net?
Explain constructor.
How do you create threading in.net?
What does jit do?
Where?s Windows service database located?
What is a .net class?
Directcast(123.34,integer) - should it throw an error? Why or why not?
What's the problem with .net generics?
What are the fundamental objects in ADO.NET?