TAILIEUCHUNG - Lecture Object oriented programming - Lecture no 15

In this chapter we will cover another group of control statements called repetition statements. Repetition statements control a block of code to be executed for a fixed number of times or until a certain condition is met. We will describe Java’s three repetition statements: while, do–while, and for. | CSC241: Object Oriented Programming Lecture No 15 Previous Lecture Function overriding Example program Stack class – stack2 class push() and pop() Distance class – Distsign class getdist() and setdist() Class hierarchy Employee program Employee class Scientist class Manager class Laberor class Today’s Lecture Abstract class Public and private Inheritance Example program Level of inheritance Abstract base class Classes used only for deriving other classes, as employee, are sometimes loosely called abstract classes, meaning that no actual instances (objects) of this class are created public and private Inheritance Class manager : public employee The keyword public specifies that objects of the derived class are able to access public member functions of the base class When this keyword is not used, objects of the derived class cannot access public member functions of the base class Result is that no member of the base class is accessible to objects of the derived class Cont. public .

TAILIEUCHUNG - Chia sẻ tài liệu không giới hạn
Địa chỉ : 444 Hoang Hoa Tham, Hanoi, Viet Nam
Website : tailieuchung.com
Email : tailieuchung20@gmail.com
Tailieuchung.com là thư viện tài liệu trực tuyến, nơi chia sẽ trao đổi hàng triệu tài liệu như luận văn đồ án, sách, giáo trình, đề thi.
Chúng tôi không chịu trách nhiệm liên quan đến các vấn đề bản quyền nội dung tài liệu được thành viên tự nguyện đăng tải lên, nếu phát hiện thấy tài liệu xấu hoặc tài liệu có bản quyền xin hãy email cho chúng tôi.
Đã phát hiện trình chặn quảng cáo AdBlock
Trang web này phụ thuộc vào doanh thu từ số lần hiển thị quảng cáo để tồn tại. Vui lòng tắt trình chặn quảng cáo của bạn hoặc tạm dừng tính năng chặn quảng cáo cho trang web này.