Question:
Difference between Abstract Class & Interfaces?
Author: Lock HuynhAnswer:
Abstract Class: Can have both abstract and concrete methods, supports inheritance, and can have fields and constructors. Interface: Only has abstract methods (in most cases), cannot have fields, constructors, or any implementation details, and supports multiple inheritance.
0 / 5 Â (0 ratings)
1 answer(s) in total