What?s an abstract class?

Answers were Sorted based on User's Feedback



What?s an abstract class?..

Answer / guest

A class that cannot be instantiated. A concept in C++ known
as pure virtual method. A class that must be inherited and
have the methods over-ridden. Essentially, it?s a blueprint
for a class without any implementation.

Is This Answer Correct ?    12 Yes 3 No

What?s an abstract class?..

Answer / pankaj sharma

an abstract class only contains the relevant informations,
that other class share by inherit the abstract class.

Is This Answer Correct ?    4 Yes 0 No

What?s an abstract class?..

Answer / annie

Abstract class is class which contains both the abstract and concrete method.This class only define the abstract method does not implement it.An abstract method is implemented by its derive class by over-riding that method.An Abstract class does not have any instance.

Is This Answer Correct ?    1 Yes 0 No

What?s an abstract class?..

Answer / guest

th e abstract class is its can't be instainteated,it must
be be inherited

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More C Sharp Interview Questions

What is the difference between first and firstordefault?

0 Answers  


Is javascript harder than c#?

0 Answers  


Can properties be static in c#?

0 Answers  


Is a structure a class?

0 Answers  


Is string reference type / value type ?

7 Answers   3i Infotech, Accenture, BirlaSoft,






For read-only operation which property you have to designated?

0 Answers   Siebel,


Explain what is the smallest unit of execution in .net?

0 Answers  


Contrast System.String and System.Text.StringBuilder classes?

0 Answers   Siebel,


Why do we need generics?

0 Answers  


How is the syntax written to inherit from a class in C#?Give an example ?

0 Answers   Siebel,


Difference between abstract classes and interfaces

0 Answers  


What is the console on a mac?

0 Answers  


Categories