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
Explain the components required to develop mobile applications with .net mobile? : Microsoft dot net mobile
Explain the race around condition? How can it be overcome? : Dot net architecture
What is .net mobile forms? : Microsoft dot net mobile
Explain about appdomains?
Can you explain update progress control?
how we can fire event in databound column in datagrid without using button?
Explain about microsoft visual studio?
So what exactly is the configuration file for then?
What is Opf3
How can implement drag and drop using atlas?
Explain some of the disadvantages due to microsoft.net?
What other than biginteger has been introduced in system.numerics namespace?
data types used in validation control
What is the problem with .net generics?
What are .net mobile controls features? : Microsoft dot net mobile