interface in c #
-
Interface in C ++ (Abstract class)
an interface describes the behavior or capabilities of a class in c ++ without signing to a specific implementation of that class. -
Interface in C #
an interface is defined as a contract with syntactical contract that all interface inheritance classes should follow. interface defines what part of the covenant and inheritance classes define which part of the covenant.