30/09/2018, 17:00

liên kết với giá trị private của base class?

tình hình là em đang làm 1 bài nhưng có 1 dạng khó hiểu quá. Nó là như vậy
Implement the NFI class to be a derived class out of an Item class.
Essentially, NFI is a Streamable Item class that is not abstract.

Private member variables

NFI class has only one private member variable of type ErrorMessage, called _err.

Constructor:

NFI has only one default constructor that sets:
UPC to an empty string
Name to an empty string
Price to zero
Quantity Needed to 1

khi cái UPC, Name, Price, Quantity needed điều là private variable của hàm Item thì sao mình liên kết được mọi người ?

Lập Trình Sư viết 19:07 ngày 30/09/2018

khi cái UPC, Name, Price, Quantity needed điều là private variable của hàm Item thì sao mình liên kết được mọi người ?

thì nó là: get / set, vỡ lòng tính đóng gói của lập trình hướng đối tượng còn gì.

Bài liên quan
0