Abstract Class - Java Programming

Veröffentlicht am: 05 Oktober 2022
auf dem Kanal: 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
}


Auf dieser Seite können Sie das Online-Video Abstract Class - Java Programming mit der Dauer stunde minuten sekunde in guter Qualität ansehen, das der Benutzer Satish C J 05 Oktober 2022 hochgeladen hat, den Link mit Freunden und Bekannten teilen, dieses Video wurde auf Youtube bereits 1,356 Mal angesehen und es wurde von 24 den Zuschauern gefallen. Viel Spaß beim Betrachtenden Zuschauern gefallen!