Answers for "what is diffrence between class and interface"

C#
1

diff between class and interface

A class describes the attributes and behaviors of an object .
An interface contains behaviors that a class implements.
Posted by: Guest on August-13-2020

Code answers related to "what is diffrence between class and interface"

C# Answers by Framework

Browse Popular Code Answers by Language