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 new in .net core?

0 Answers  


What are Satellite Assemblies? How you will create this? How will you get the different language strings?

0 Answers   Reuters,


What is finalize method in .net?

0 Answers  


When developing a Windows service for .NET, which namespace do you typically look in for required classes?

1 Answers  


What is the difference between a Hash Table and a Dictionary?

1 Answers  






What are the important components of .net?

0 Answers  


Explain clr, cts and cls?

0 Answers  


How Garbage Collector (GC) Works?

1 Answers  


what is managed data and managed code?

2 Answers  


what all type of application can u make with visual studio?

3 Answers   Manhattan,


Describe difference between inline and code-behind?

0 Answers  


How do you create threading in .NET? What is the namespace for that?

2 Answers  


Categories