Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


What?s an abstract class?

Answers were Sorted based on User's Feedback



What?s an abstract class?..

Answer / kalidoss

Abstract class is a class and it contains one or more
abstract method but it doesn't have any implementation in
it,that is only it has declaration not definition.The
abstract methods are implemented in supclass that is which
class inherites from Abstract class.Abstract class always
can't be instantiated.

Is This Answer Correct ?    4 Yes 0 No

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 ?    2 Yes 0 No

What?s an abstract class?..

Answer / payal mehta

Abstract class is a class,it contains one or more
abstract method but it doesn't have any implementation.
A class that cannot be instantiated.

Is This Answer Correct ?    0 Yes 0 No

What?s an abstract class?..

Answer / sudhir gaddam

The class,which does not support object creation is called
as abstract class...i.e,abstract class cannot be
instantiated.Abstract class should have atleast one
abstract method.Abstract class can have ordinary methods
(concrete methods).Abstract class can have abstract
methods,ordinary
methods,fields,properties,constructors,destructors and
constants.Abstract class can inherit class
and one or more interfaces.In vb.net abstract can be called
as must inherit class.Abstract class is faster then
interface.Abstract class can contain default code and
complete code.Abstract class can contain method
implementations.

Is This Answer Correct ?    0 Yes 0 No

What?s an abstract class?..

Answer / kirti

A class that cannot be instantiated. An abstract class is a class that must be inherited and have the methods overridden. An abstract class is essentially a blueprint for a class without any implementation.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Sharp Interview Questions

What is Implicit conversion in C#?

0 Answers  


What is data type c#?

0 Answers  


What is multithreading? What are the problems that comes with multithreading and how to manage them?

0 Answers   MCN Solutions,


What is default boolean value in c#?

0 Answers  


What is thread.sleep()?

0 Answers  


Can arraylist hold primitive types?

0 Answers  


What's the difference between the debug class and trace class? Documentation looks the same.

0 Answers  


what is virtual method in c#?

0 Answers  


Where test director stores its data ? Database ,Local file etc...? I need to read this data from Visual Studio 2005 c# client. Regards

0 Answers  


What is a base class in C#?

0 Answers   TryTechnicals Pvt Ltd,


What?s the C# equivalent of C++ catch (?), which was a catch-all statement for any possible exception?

1 Answers   Visual Soft,


How many bits is int32?

0 Answers  


Categories