Hi............
How can we define Abstract class and Interface in c#. define syntax with example?
can i Inherit abstract class in c#?
Loading
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.
VulpesPosted Dec 17, 2011, 8:08 AM
Here's a simple example:
using System;
Vineet Kumar SainiPosted Jan 2, 2012, 1:30 AM