Buscar
Estás en modo de exploración. debe iniciar sesión para usar MEMORY

   Inicia sesión para empezar


Por supuesto:

OOP Practice Questions

» Iniciar este curso
(Practica preguntas similares gratis)
Pregunta:

Difference between Abstract Class & Interfaces?

Autor: Lock Huynh



Respuesta:

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 calificaciones)

1 answer(s) in total