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

What is the ruby interface generator?

0 Answers  


What is a literal control?

0 Answers  


Tell us how many languages are supported by .net?

0 Answers  


Explain about the performance of visual basic?

0 Answers  


What are the shadow variables?

0 Answers  






How does you call and execute a SP in .NET?

2 Answers  


Explain enumerator?

0 Answers  


Name and explain some of the exclusive features which are present in vb?

0 Answers  


what is the base class of .net?

7 Answers  


Can you please explain the difference between authentication and authorization?

0 Answers  


what is vb,net

1 Answers   ME,


How to send xml file on server using http protocol?

0 Answers  


Categories