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

How do you serialize an object?

0 Answers  


What is part of a method signature in c#?

0 Answers  


can you allow a class to be inherited, but prevent the method from being over-ridden?

0 Answers   Siebel Systems,


how encapsulation is implemented in c#

0 Answers   Cognizant,


what is IDisposal interface

0 Answers   Wipro,


what is boxing and unboxing?can we initialize unboxing directly?

0 Answers   EDS,


Why do we need singleton class in c#?

0 Answers  


What is class in oops with example in c#?

0 Answers  


How do I do implement a trace?

0 Answers  


Is it good to use var in c#?

0 Answers  


What is msil, and why should developers need an appreciation of it if at all?

0 Answers  


what is the difference between convert.tostring() and tostring() functions ?

0 Answers   QuestPond,


Categories