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 an abstract class?

Answers were Sorted based on User's Feedback



What is an abstract class?..

Answer / vimal

its a class which can not be instantiated...the class must
be inherited and the methods can be overridden.

Is This Answer Correct ?    6 Yes 0 No

What is an abstract class?..

Answer / sonia

We cannot create an object of object class. abstract Class
must be inherited.

Is This Answer Correct ?    4 Yes 0 No

What is an abstract class?..

Answer / ashwini

It is a class which contains at least one abstract method
(A method without any implementation). Other methods can
have implementations. This class can not be instantiated.
It can always become a base class for other classes.

Is This Answer Correct ?    2 Yes 2 No

What is an abstract class?..

Answer / gopinath.p

ABSTRACT CLASS CANNOT CREATE NEW OBJECT.BUT SUB CLASSES INHERITED INTO ABSTRACT CLASS.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More VB.NET Interview Questions

hey friends, Firstly I pick the records from the database into the DataGridView, Then I want that If I made any changes to the records in the GridView & Click on Update Button, Changes are Reflected into the main Database .Plz do reply back

4 Answers  


What is the difference between convert.tostring and .tostring() method?

0 Answers  


What is early binding?

0 Answers  


How do you call a stored procedure in Visual Basic?

0 Answers   CGI,


What is the advantages of VB.NET?

0 Answers   NA,


What is the use of assembly?

0 Answers  


Explain the difference between import system.data.sqlclient and system.data.oledb?

0 Answers  


what is the dif b/w panel and groupbox.

4 Answers   Ksb,


Which namespace are used for accessing the data?

0 Answers  


difference between control and component more than one differences

0 Answers  


is ADO.NET important to connect sql server? is any other way to connect sql server?

1 Answers  


what is difference between namespace and assembly?

0 Answers  


Categories