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 is abstract class and method..

Answers were Sorted based on User's Feedback



what is abstract class and method....

Answer / asif aslam

Abstract class start with the keyword abstract,we can't
create direct instantiate of the abstract class,an abstract
class may contain the pure virtual,abstract function.

Is This Answer Correct ?    2 Yes 0 No

what is abstract class and method....

Answer / shivanand arur

Abstract class is a class which can have both, abstract and non-abstract methods. Abstract methods are the one's which are just declared in the class but does not have any body inside it. The abstract classes are defined by a keyword "abstract". The class which inherits this abstract class, has to declare the method in it and has to give its function body...An abstract class cannot be instantiated and its methods are internally virtual.

Interfaces are always chosen over these abstract classes since interfaces provide multiple inheritance but once a class is inherited that class cannot inherit any other class.

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More ASP.NET Interview Questions

What are various authentication mechanisms in ASP.NET ?

4 Answers   TCS,


when we write the html code with runat = server it works like a server control than why we use the server control?

1 Answers  


What is the use of web.config? Difference between machine.config and Web.config?

5 Answers  


How does session state work in asp.net?

0 Answers  


Explain the difference between an exe and a dll?

0 Answers  


my name is sumeetha i am using google gears in .net.what's the problem is my server is in another place. i am working here when i entered the values in textboxes and press enter then it should store in database(sql server) which is in another system.when that sever system is shutdown then the values which i submit should store in my system and after system opened it should automatically store the values in the system can any one plz urgent suggest answer for this question?

2 Answers  


What is ispostback method in asp.net? Why do we use that?

0 Answers  


What is server infrastructure?

0 Answers  


Is It Possible For Whole Page is Saved In View State? What Is View State?

2 Answers   Phoenix Technologies,


What is difference between cookies and cache?

0 Answers  


Define xmlreader class.

0 Answers  


What is view state and how it works in asp net?

0 Answers  


Categories