Abstract Class - Java Programming

Satish C J
Satish C J
1.1 هزار بار بازدید - 2 سال پیش - Code can be downloaded from
Code can be downloaded from https://codespindle.com/Java/Java_abstract_classes.html 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 }
2 سال پیش در تاریخ 1401/07/14 منتشر شده است.
1,164 بـار بازدید شده
... بیشتر