What is abstact class? in which scinario we can use abstact
class?

Answers were Sorted based on User's Feedback



What is abstact class? in which scinario we can use abstact class?..

Answer / 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

What is abstact class? in which scinario we can use abstact class?..

Answer / satyanand

a class that contains abstract functions is abstract class.
for implementing function overriding we use it.

Is This Answer Correct ?    1 Yes 0 No

What is abstact class? in which scinario we can use abstact class?..

Answer / shipra agarwal

Abstract classes are reffered to as inherited classes
also.They are abstracted from super classes to the sub
classes.

Is This Answer Correct ?    0 Yes 0 No

What is abstact class? in which scinario we can use abstact class?..

Answer / suresh mediboyina

Abastact methods and implemented methods in abastact
class,we cant inheriace the class.

Is This Answer Correct ?    2 Yes 4 No

Post New Answer

More Dot Net AllOther Interview Questions

Explain .net mobile selectionlist control? : Microsoft dot net mobile

0 Answers  


What is the numeric attribute of the textbox control in .net mobile? : Microsoft dot net mobile

0 Answers  


Difference between throw exception and rethrowing ?

0 Answers  


what is session management ?

3 Answers   Ness Technologies,


What is the use of web.config?

0 Answers  






How can I write my own .NET host?

0 Answers   HCL,


how we can fire event in databound column in datagrid without using button?

0 Answers   Tech Mahindra,


What is serialization, how it works in .NET?

1 Answers  


How does .net remoting work?

0 Answers  


Explain about generation?

0 Answers  


What is .net mobile automatic paging? : Microsoft dot net mobile

0 Answers  


What happens to the winfx technologies?

0 Answers  


Categories