Đăng nhập Đăng ký

nguyên tắc trách nhiệm duy nhất Tiếng Anh là gì

nguyên tắc trách nhiệm duy nhất คือ
Câu ví dụ
  • It violates the single responsibility principle because of its quality of controlling its own creation and lifecycle.
    Nó vi phạm các nguyên tắc trách nhiệm duy nhất vì nó có chất lượng của việc kiểm soát sáng tạo và vòng đời của riêng mình.
  • The single responsibility principle says that these two aspects of the problem are really two separate responsibilities, and should therefore be in separate classes or modules.
    Nguyên tắc trách nhiệm duy nhất nói rằng hai khía cạnh đó của cùng một bài toán thực sự là hai trách nhiệm riêng biệt, và do đó nên nằm trong hai lớp hay mô-đun khác nhau.
  • If the Views respect the single responsibility principle then their role is just to update the Controller for every user event and just display data from the Model, without implementing any business logic.
    Nếu Views tuân theo nguyên tắc trách nhiệm duy nhất (single responsibility principle), sau đó vai trò của chúng chỉ để update Controller cho mỗi user event và chỉ hiển thị dữ liệu từ Model mà không implement bất kì business logic nào.
  • …In object-oriented programming, the single responsibility principle states that every class should have a single responsibility, and that responsibility should be entirely encapsulated by the class.
    Trong lập trình hướng đối tượng, nguyên tắc trách nhiệm duy nhất (tiếng Anh: single responsibility) phát biểu rằng mỗi lớp chỉ nên có một trách nhiệm duy nhất, và rằng trách nhiệm đó nên được đóng gói hoàn toàn bởi lớp đó.
  • In object-oriented programming, the single responsibility principle states that every class should have a single responsibility, and that responsibility should be entirely encapsulated by the class.
    Trong lập trình hướng đối tượng, nguyên tắc trách nhiệm duy nhất (tiếng Anh: single responsibility) phát biểu rằng mỗi lớp chỉ nên có một trách nhiệm duy nhất, và rằng trách nhiệm đó nên được đóng gói hoàn toàn bởi lớp đó.
  • In object-oriented programming, the single responsibility principle states that every class should have responsibility over a single part of the functionality, and that responsibility should be entirely encapsulated by the class.
    Trong lập trình hướng đối tượng, nguyên tắc trách nhiệm duy nhất (tiếng Anh: single responsibility) phát biểu rằng mỗi lớp chỉ nên có một trách nhiệm duy nhất, và rằng trách nhiệm đó nên được đóng gói hoàn toàn bởi lớp đó.
  • In object-oriented programming, the single responsibility principle (srp) states that every object should have a single responsibility, and that responsibility should be entirely encapsulated by the class.
    Trong lập trình hướng đối tượng, nguyên tắc trách nhiệm duy nhất (tiếng Anh: single responsibility) phát biểu rằng mỗi lớp chỉ nên có một trách nhiệm duy nhất, và rằng trách nhiệm đó nên được đóng gói hoàn toàn bởi lớp đó.
  • Single Responsibility Principle (SRP) : SRP states that every object should have a single responsibility, and that responsibility should be entirely encapsulated by the class.
    Trong lập trình hướng đối tượng, nguyên tắc trách nhiệm duy nhất (tiếng Anh: single responsibility) phát biểu rằng mỗi lớp chỉ nên có một trách nhiệm duy nhất, và rằng trách nhiệm đó nên được đóng gói hoàn toàn bởi lớp đó.
  • thêm câu ví dụ:  1  2