ไม่รู้ว่าตั้งถูกห้องมั้ย แต่ต้องการความช่วยเหลือด้านภาษาค่ะ
เป็นข้อความช่วงหนึ่งของหนังสือเรียน อ่านยังไงก็ไม่เข้าใจจริงๆ
ช่วยแปลภาษาอังกฤษ 2ช่วงนี้ให้หน่อยค่ะ ขอบคุณค่ะ
Get ready to back some loosely coupled OO designs.
There is more to making objects than just using in new operator.
You'll learn that instantiation is an activity that shouldn't always be done in public and can often lead to coupling problems.
And you don't want that, do you? Find out how Factory Patterns can help save you from embarrasing dependencies
When you see “new", think “concrete”.
Yes, when you use new you are certainly instanfiating a concrete class, so that’s definitely an implementation, not an interface. And it’s a good question; you’ve learned that tying your code to a concrete class can make it more fragile and less flexible.
ขอความช่วยเหลือเรื่องภาษาอังกฤษค่ะ
เป็นข้อความช่วงหนึ่งของหนังสือเรียน อ่านยังไงก็ไม่เข้าใจจริงๆ
ช่วยแปลภาษาอังกฤษ 2ช่วงนี้ให้หน่อยค่ะ ขอบคุณค่ะ
Get ready to back some loosely coupled OO designs.
There is more to making objects than just using in new operator.
You'll learn that instantiation is an activity that shouldn't always be done in public and can often lead to coupling problems.
And you don't want that, do you? Find out how Factory Patterns can help save you from embarrasing dependencies
When you see “new", think “concrete”.
Yes, when you use new you are certainly instanfiating a concrete class, so that’s definitely an implementation, not an interface. And it’s a good question; you’ve learned that tying your code to a concrete class can make it more fragile and less flexible.