What is difference between abstract classes and

Q

What is difference between abstract classes and interfaces?

✍: Guest

A

Following are the differences between abstract and interfaces :-
? Abstract classes can have concrete methods while interfaces have no methods implemented.
? Interfaces do not come in inheriting chain, while abstract classes come in inheritance.

2007-10-23, 5089👍, 0💬