Danh mục

Lecture 5: Interface Design

Số trang: 19      Loại file: ppt      Dung lượng: 126.50 KB      Lượt xem: 14      Lượt tải: 0    
Thư viện của tui

Xem trước 2 trang đầu tiên của tài liệu này:

Thông tin tài liệu:

An interface is a way to describe what classes should do, without specifying how they should do it. It’s not a class but a set of requirements for classes that want to conform to the interfaceE.g.public interface Comparable{int compareTo(Object otherObject);}this requires that any class implementing the Comparable interface contains a compareTo method, and this method must take an Object parameter and return an integer
Nội dung trích xuất từ tài liệu:
Lecture 5: Interface Design

Tài liệu được xem nhiều: