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 |
1.What is the major advantage of polymorphism? Please don't simply say binding. Specify any other reason.
Difference between class and interface in .net?
Where?s Windows service database located?
How do I use the thread pool?
What is Ajax design pattern in .NET?
Show different types of collection in .NET?
What is a garbage collector?
What is the purpose of enumerable class in .net?
What are the different types of assemblies?
How viewstate is being formed and how it is stored on client in .net?
Is .net is a language?
What is garbage collection? Explain the difference between garbage collections in .net 4.0 and earlier versions?