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 how cache is used? : Dot net architecture
What happens when you try to update data in a dataset in .net while the record is already deleted in sql server as backend?
what are the events for a form?
Explain 'managed' mean in the .NET context
How can we perform data binding in atlas?
What is the purpose of Treeview control?
What are library functions?
What is .net mobile lists. : Microsoft dot net mobile
What is the purpose of Accordian in jquery? Where it can be used?
i wish to write mcts(microsoft certified technology specialist) exam. can anyone give the model question or format and preparation method?
What is the problem with .net generics?
What is boxing and unboxing? Does it occure automaatically or you need to write code to box and unbox?
Define the mesi? : Dot net architecture
Explain domestic architecture artifacts? : .NET Architecture
Why am I getting an invalidoperationexception when I serialize an arraylist?