What is abstact class? in which scinario we can use abstact
class?
Answer Posted / madhusudhanreddy t
Abstract is a keyword which can be used with methods and classes. When ever a class is not providing the full functionality then it is recommended to declare that class as the abstract class. When a class contains at least one abstract method then that class must be declared as abstract.
Abstract classes provide set of rules (abstract methods) which must be followed (overided) in the derived classes.
Abstract classes are not instantiable,but a reference can be created.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Does .NET runtime offer Deterministic Destruction or not?
Explain
What is .net transaction?
What is a service class?
Why the config file might not be writable
Define cache coherency? : Dot net architecture
Explain cache? : Dot net architecture
Explain the race around condition? How can it be overcome? : Dot net architecture
Explain about microsoft visual studio?
What is the purpose of Accordian in jquery? Where it can be used?
State and explain about microsoft.net?
Explain the number or character entered through keyboard gets converted to equivalent ascii code & it get stored on ram in the binary form.
inprocess vs out process session state : Dot net architecture
How can I create a application?
what is diffrent beatween localprinter and networkprinter