Abstract Class - Java Programming

Publicado el: 05 octubre 2022
en el canal de: Satish C J
1,356
24

Code can be downloaded from
https://codespindle.com/Java/Java_abs...

In this session we will take a look at Abstract Class and its properties in Java.

Note - An abstract method can have a non abstract static method as shown in the video but it cannot have an abstract static method like shown below. This does not work as you cannot call the static method using the class name, since shape.calculate_area is not defined.
class shape
{
abstract static void calculate_area(); //this statement will throw an error
}


En esta página del sitio puede ver el video en línea Abstract Class - Java Programming de Duración hora minuto segunda en buena calidad , que subió el usuario Satish C J 05 octubre 2022, comparta el enlace con amigos y conocidos, en youtube este video ya ha sido visto 1,356 veces y le gustó 24 a los espectadores. Disfruta viendo!