What is abstract class ?

Answers were Sorted based on User's Feedback



What is abstract class ?..

Answer / sridevi

Abstract class is the class which can not be instantiated
but ca be derived. it can contain concreat and absract
methods

Is This Answer Correct ?    4 Yes 0 No

What is abstract class ?..

Answer / rajkamal

Abstract class is a class,Which contains abstract methods
as well as Normal methods in it.

Abstract method is a method,Which are having only Method
header no Method Body (i.e No Defination).

These Abstract Methods should Override in Sub Classes.

Abstract Class is Not Instancible (i.e we can't create
Object for that class),why Because Abstract class is not
fully Defined.

Is This Answer Correct ?    2 Yes 0 No

What is abstract class ?..

Answer / jyothish vakkom

a class containing a pure virtual function and which is
declared in d base class is called abstract class...which
contains abstract variables and methods

Is This Answer Correct ?    0 Yes 1 No

What is abstract class ?..

Answer / ilangkumaran

abstract class is class which has abstractmethods and
definition only there has been no implementation.

Is This Answer Correct ?    0 Yes 3 No

What is abstract class ?..

Answer / dharmendra nonia

abstract class is a class that can not be instanciated and
abstract class contain only abstract method. it can be
inharited and the method that is declare inside the
abstract class is override by the derived class.

Is This Answer Correct ?    0 Yes 3 No

Post New Answer

More C Sharp Interview Questions

6. If we assign a value in textbox on Page_UnLoad event, will it display?

2 Answers   Mphasis,


What is oledb in c#?

0 Answers  


Can we inherit partial class in c#?

0 Answers  


Ho we can see assembly information?

0 Answers  


Define satellite Assembly in .NET?

0 Answers   DELL,






What?s the advantage of using System.Text.StringBuilder over System.String?

1 Answers  


What is strongly typed in c#?

0 Answers  


Is c# a keyword?

0 Answers  


What is the difference between double and decimal in c#?

0 Answers  


how to calculate multiple pdf files page count?

0 Answers  


What is the difference while using directive vs using statement ?

0 Answers  


What is better C# or VB.NET?

0 Answers  


Categories