What is an abstract class?
Answers were Sorted based on User's Feedback
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 |
Answer / gopinath.p
ABSTRACT CLASS CANNOT CREATE NEW OBJECT.BUT SUB CLASSES INHERITED INTO ABSTRACT CLASS.
Is This Answer Correct ? | 0 Yes | 0 No |
What is the ruby interface generator?
What is a literal control?
Tell us how many languages are supported by .net?
Explain about the performance of visual basic?
What are the shadow variables?
How does you call and execute a SP in .NET?
Explain enumerator?
Name and explain some of the exclusive features which are present in vb?
what is the base class of .net?
Can you please explain the difference between authentication and authorization?
what is vb,net
How to send xml file on server using http protocol?