Answers for "diff btn interfaces and behaviour"

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

C# Answers by Framework

Browse Popular Code Answers by Language