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
}
On this page of the site you can watch the video online Abstract Class - Java Programming with a duration of hours minute second in good quality, which was uploaded by the user Satish C J 05 October 2022, share the link with friends and acquaintances, this video has already been watched 1,356 times on youtube and it was liked by 24 viewers. Enjoy your viewing!