Difference between Class And Interface

Q

Difference between Class And Interface

✍: Guest

A

Class is logical representation of object. It is collection of data and related sub procedures with defination.
Interface is also a class containg methods which is not having any definations.
Class does not support multiple inheritance. But interface can support.

2013-12-04, 1550👍, 0💬