What is class interface?
Are you preparing for IT certification? With practice questions, study notes, interactive quizzes, tips and technical articles, uCertify PrepKits ensure that you get a solid grasp of core technical concepts to ace your certification exam in first attempt.
What is class interface?
Rating:
The class interface exposes public properties, methods, fields, and events that are explicitly exposed on a .NET object. It is not explicitly defined in managed code. The class interface has the same name as that of the .NET class, preceded by an underscore. For example, if there is a class named MyClass, its class interface will be named as _MyClass. The class interface can be of two types, dual and dispatch-only.
Rating:
Was this information helpful?
Other articles
- What is the DataRow class?
- What are client-activated objects?
- What is side-by-side versioning?
- What is the Locals window?
- What is an abstract class?