Are you sure you're getting this? Fill in the missing part by typing it in.
An interface in C# defines a ___ for other classes to implement. It allows you to define a set of ____, ____, and ____ that a class must implement. An interface only contains ____, ____, and ____ declarations, without any implementations.
Write the missing line below.