what is abstract class in c#.Net?
plz
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Satyapriya NayakPosted Jan 7, 2013, 4:02 AM
Refer Our Recommended Solutions
Santhosh Kumar JayaramanPosted Jan 7, 2013, 2:20 AM
2.They are classes that cannot be instantiated, and are frequently either partially implemented, or not at all implemented
3. An Abstract Class must be inherited.
Satish BhatPosted Jan 7, 2013, 2:10 AM