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

what is a delegate? what it is used for?

13 Answers   Choice Solutions, TCS,


What is a dimensional array?

0 Answers  


what is the difference between interface and abstraction?

5 Answers   Choice Solutions, IBM,


What is difference between overloading and short circuiting?

0 Answers  


What is garbage collection? How to force garbage collector to run?

0 Answers  


What is the Use Of Interfaces? For example I have a interface as shown below? Interface IMyInterface { public void MyMethod(); } class MyClass : IMyInterface { public void Mymethod() { Some Code } } class Program { static void Main(string[] args) { MyClass obj = new MyClass(); obj.MyMethod(); } } Here What is My Question is? If i remove Interface and run this code, it will executed then what is the Use of the interface? Can any one give me the solution for this Problem? Thanks in Advance!

1 Answers   HCL,


What is “using” statement in c#?

0 Answers  


How will U encapsulate button trigger event into text_box event of Pressing Enter key?

3 Answers   TCS,


What are the access-specifiers available in c#?

26 Answers   Syntel,


What are the properties of string?

0 Answers  


How do you restrict the type which can be used in custom generic?

1 Answers   IBM,


What is the difference between array and list in c#?

0 Answers  


Categories