Clarification in the article -----http://www.c-sharpcorner.com/Code/2003/Dec/OOPS%20In%20CSharp%201.0.asp
Hi
I have gone through the article in --http://www.c-sharpcorner.com/Code/2003/Dec/OOPS%20In%20CSharp%201.0.asp.
In this article it has been stated that in the Abstract class there should be atleast one Abstract method.
But I have written an Abstract class in which I din't use any Abstract method.Even then it is working fine.So
based on this I can say that an Abstract Class may or may not contain any Abstract methods.
When I have refered some articles and books I found that there must be an Abstract method for Abstract Class but
in some other articles I found that an Abstract class may or may not contain Abstract method.
But practically working I found that the later is correct.Can you suggest me something regarding this
Note - This is in view of ASP.net using C# as Code behind.i.e I have worked on this with DotNet framework
regards
sateesh kumar