Answers

Question and Answer:

  Home  Dot Net

⟩ Difference between Class And Interface in .NET?

Class 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

 220 views

More Questions for you: