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
☺ | Creating a Key Pair in .NET? |
☺ | What security measures exist for .NET Remoting in System.Runtime.Remoting? |
☺ | When we go for html server controls and when we go for web server controls? |
☺ | What are the authentication methods in .NET? |
☺ | Explain what relationship is between a Process, Application Domain, and Application? |
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. |