Answer Posted / 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 View All Answers
Can a try block have nested try blocks?
Explain the garbage collection process?
What is the use of gacutil.exe?
What are the different types of remote object creation mode in .net?
What is namespace in .net?
Please explain what inheritance is, and why it's important?
What is il in vb.net?
Explain how to produce an assembly?
Please explain what is the difference between constants and read-only variables?
Explain the procedure to add assemly to gac to make it shared one?
What is data type and how many types of data types are in .NET ?
What are the differences between user control and server control?
What operating systems does the .net framework run on?
object is physical and class is logical..here class is not occupying any memory as our definition of class but i got a question then the class where it stores if it is not occupying any memory....
What are the types of jit?