Abstract Classes
Abstract Classes
Abstract Classes
Interfaces
Interfaces
Default Methods for Interfaces
Default Methods for Interfaces
Inheritance
Inheritance
Inheritance
Inheritance
Inheritance
Inheritance
package com.softserve.train2;
import com.softserve.train.Parent;
public class Child extends Parent {
int f() {
return 2;
}
}
Polymorphism
Polymorphism
Polymorphism
Polymorphism
Polymorphism
Create next structure. In abstract class Person with property name, declare abstract method print(). In other classes in body of method print() output text “I am a …”. In class Staff declare abstract method salary(). In each concrete class create constant TYPE_PERSON. Output type of person in each constructors. Create array of Person and add some Teachers, Cleaners and Students to it. Call method print() for all of it. Call method salary() for all Teachers and Cleaner
Если не удалось найти и скачать презентацию, Вы можете заказать его на нашем сайте. Мы постараемся найти нужный Вам материал и отправим по электронной почте. Не стесняйтесь обращаться к нам, если у вас возникли вопросы или пожелания:
Email: Нажмите что бы посмотреть