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 close method? How its different from finalize and dispose?
The project which you have made, which methodology did you use?
What is a garbage collector?
Which ports are used by virueses?
Can you edit data in repeater control? How?
What is Custom attribute? How to create? Namespace? If I'm having custom attribute in an assembly, how to say that name in the code? What is Reflection in .NET?
3 Answers Accenture, CC Soft, Infosys,
What is Assembly manifest? what all details the assembly manifest will contain.
Please explain what is the difference between odbc and ado?
I'm having some trouble with cas. How can I troubleshoot the problem?
Is there built-in support for tracing?
How to use datagrid value in select statements where condition ,if cell is hyperlink bounded column?
How different are interface and abstract class in .Net?