What is difference between interface inheritance and class
inheritance ?
Answer Posted / senthil kumar
In interface inheritance all the methods should be
public.but in class inheritance mey be user defined.
| Is This Answer Correct ? | 19 Yes | 8 No |
Post New Answer View All Answers
How do you create dlls in .NET
How does yield return work c#?
What is byte c#?
What is a class in unity?
What is difference between override and new in c#?
What does firstordefault mean in c#?
How can you read 3rd line from a text file?
Is there throws keyword in c#?
What is the c# equivalent of c++ catch (...), Which was a catch-all statement for any possible exception?
Can a static class have a constructor c#?
Enlist all the components of an ado.net framework?
What is new method in c#?
How do you sort an array in c#?
What is integer c#?
What is the use of static members with example using c#.net.