Examples of using Object-oriented design in English and their translations into Chinese
{-}
-
Political
-
Ecclesiastic
-
Programming
Use and fully understand object-oriented design.
He also does object-oriented design consulting and contract Java programming.
My main fields of expertise have remained C++ and object-oriented design.
The benefit of this object-oriented design principle is in maintenance.
The unity of function guarantees the extensibility of object-oriented design.
It is found that the object-oriented design of Python increases the productivity of a programmer.
We had to understand in depth principles of structured and object-oriented design.
Procedural and Object-oriented designs typically equate type compatibility with semantic compatibility.
Design principles are a collection of best practices for object-oriented design.
Object-oriented design is the process of planning a system of interacting objects for the purpose of solving a software problem.
Promoting statelessness within services therefore tends to deviate from typical object-oriented design.
During object-oriented design, there is an emphasis on defining software objects and how they collaborate to fulfill the requirements.
Say we want to create the most quintessential example of object-oriented design principles: the Circle class.
So this solution makes good object-oriented design, but requires you to create a lot of classes, interfaces, associations, and so on.
In addition, Windows is one of the first importantcommercial operating systems to rely heavily on object-oriented design principles.
Simply stated, object-oriented design is a technique that focuses design on the data(=objects) and on the interfaces to it.
These patterns solve specific design problems and make object-oriented design more flexible, elegant, and ultimately reusable.
However, in object-oriented design, as long as the mainstream of database is the relational database, we must first understand the ER diagram.
His popular columns in JavaWorldmagazine have covered Java internals, object-oriented design techniques, and Jini technology.
In object-oriented design, there is an emphasis on defining software objects and how they collaborate with each other to fulfill the requirements.
What's worse, many people think that anemic objects are real objects,and thus completely miss the point of what object-oriented design is all about.
Within object-oriented design, interfaces provide layers of abstraction that facilitate conceptual explanation of the code and create a barrier preventing coupling to dependencies.
This book will introduce you to the terminology of the object-oriented paradigm,focusing on object-oriented design with step-by-step examples.
These techniques have not been invented to create new ways of working, but to better document and standardize old,tried-and-tested programming principles in object-oriented design.
While in college, Scott served as a teachingassistant for classes involving introductory programming, object-oriented design, data structures, GUI frameworks, group projects, and Internet programming.
This book assumes you are reasonably proficient in at least one object-oriented programming language,and you should have some experience in object-oriented design as well.
Note that this approach follows accepted practice within computer science,viz. abstract data types, object-oriented design, and the three-layer architecture(Figure 11-6).
Beyond simple Rails applications, our students master Test-Driven Development, build and consume APIs, implement systems for coordinating applications,and understand strong Object-Oriented design.