what is the use of "mustinherit" keyword?

Answers were Sorted based on User's Feedback



what is the use of "mustinherit" keyword?..

Answer / guest

we hav to override that method or class for furthe rusage

Is This Answer Correct ?    0 Yes 0 No

what is the use of "mustinherit" keyword?..

Answer / sharif

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

Post New Answer

More Dot Net General Interview Questions

What is the difference between "using system.data;" and directly adding the reference from "add references dialog box"?

0 Answers  


What are remotable objects in .NET Remoting?

1 Answers  


What is garbage collection? Explain the difference between garbage collections in .net 4.0 and earlier versions?

0 Answers  


How is meant by dll in .net?

0 Answers  


Explain what are the deferred execution and the immediate execution in linq?

0 Answers  






What are the fundamental objects in ADO.NET?

1 Answers  


Explain what is an anonymous method and how is it different from a lambda expression?

0 Answers  


What is marshling?

0 Answers  


Please explain what is immutability, what is it for and how is it codified?

0 Answers  


Difference b/w dataset.clone and dataset.copy ?

1 Answers   Protech,


What are the deferred execution and the immediate execution in linq?

0 Answers  


Is .net a language?

0 Answers  


Categories