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


Please Help Members By Posting Answers For Below Questions

Explain a .net mobile example with details? : Microsoft dot net mobile

475


What are the different pipelining hazards? : Dot net architecture

572


how to make and display a form without title bar?

1481


What is boxing and unboxing? Does it occure automaatically or you need to write code to box and unbox?

530


How does .net remoting work?

615






What is the .net class that allows the retrieval of a data element using a unique key?

564


if there are two application 1 and 2 having a variable x in both app if client1 changes value of x in 1 app client 2 want reads the value of x from 2 app what resultant value will he get

1855


.Net Frame work arch?

1618


What is ILDASM ?

659


What is a virtual memory? : .NET Architecture

532


Explain about microsoft visual studio?

549


Explain hard disk? : Dot net architecture

572


What is biginteger and when would you use that?

533


What's new in the .net 2.0 class library?

536


Explain Intermediate Language?

600