Difference between Class And Interface in .NET?
Submitted by: AdministratorClass is logical representation of object. It is collection of data and related sub procedures with definition.
Interface is also a class containing methods which is not having any definitions.
Class does not support multiple inheritance. But interface can support
Submitted by: Administrator
Interface is also a class containing methods which is not having any definitions.
Class does not support multiple inheritance. But interface can support
Submitted by: Administrator
Read Online Dot Net Job Interview Questions And Answers
Top Dot Net Questions
☺ | What’s typical about a Windows process in regards to memory allocation in .NET? |
☺ | What is "Common Language Runtime" (CLR) in .NET? |
☺ | What security measures exist for .NET Remoting in System.Runtime.Remoting? |
☺ | What does mean by .NET framework? |
☺ | How to achieve Polymorphism in VB.Net? |
Top Dot Net Technologies Categories
☺ | MSF Interview Questions. |
☺ | .Net Architecture Interview Questions. |
☺ | ASP.Net MVC Interview Questions. |
☺ | Entity Framework Interview Questions. |
☺ | C# (Sharp) Programming Language Interview Questions. |