In the code above, we created a new chapter object, chapter1, with the title "This is chapter 1." Setting number depth to 0 will not display the chapter number on page.
在上面的代码中,创建了一个新的章节对象,chapter1,其标题为“Thisischapter1”,将编号级别设为0就不会在页面上显示章节编号。
I try to take a close look at these in the book, with one chapter focusing largely on concurrency and object oriented design, which are essential to DI but that are often not associated as such.
我在书中力图搞清楚这些问题,有一章主要关注并发与面向对象的设计,这些在依赖注入中是要点,但是通常没有这样关联起来考虑。
The essential overview of all PHP's object-oriented features classes and objects (PHP V5) can be found in Chapter 19 of the official PHP Manual.
PHP的所有的面向对象特性类和对象 (PHPV5) 的基本概述可以在官方 PHP手册中的Chapter19中找到。
It USES the convenient require function that is imported automatically into the current scope (as we'll discuss in the section called "the Predef Object" in Chapter 7, the Scala Object System).
它使用了方便的require函数,这个函数是被自动导入到当前的作用域中的(正如我们将在《第7章- Scala对象系统》的“预定义对象”章节所要讨论的)。
The Any type is the root of the Scala type hierarchy (see the section called "the Scala type hierarchy" in Chapter 7, the Scala Object System for more details).
Any类型是scala类型结构的根类型(参见《第7章- Scala对象系统的更多细节》中的“scala类型结构”章节)。
Additionally, Amazon tends to ask a lot of questions about object oriented design. Check out the object oriented design chapter for sample questions and Suggestions.
此外亚马逊还会问很多“面向对象设计”方面的问题,关于这一部分本书也有对应的例题。
This directive defines an object class. Please see the Schema Specification chapter for information regarding how to use this directive.
这个指定定义一个对象类。请参阅模式说明章节以获取如何使用该命令的相关信息。
The first Chapter is the introduction, including research current situation, research object, research meaning and research frame.
第一章为绪论,包括研究现状、研究对象、研究意义和研究框架。
In the next chapter, we explore how the fundamentals of object-oriented programming work in Scala.
在下一章,我们会探索Scala编程中的面向对象基础。
The class and object can have the same name, as we will see in the section called "Companion Objects" in Chapter 6, Advanced Object-Oriented Programming in Scala.
类和object可以使用同样的名字,就像我们会在《第6章-Scala高级面向对象编程》的“伴随实体”章节中看到的那样。
We'll discuss Nothing in the section called "the Scala Type Hierarchy" in Chapter 7, the Scala Object System, but its name is suggestive!
我们会在《第7章-Scala对象系统》的“scala类型结构”章节讨论Nothing。但是它的名字本身就解释了自己!
We’ll see how to define auxiliary constructors in the section called “Constructors in Scala” in Chapter 5, Basic Object-Oriented Programming in Scala.
在《第5章 -Scala 的基本面向对象编程》的“Scala 的构造函数”章节中,我们会看到如何定义辅助的构造函数。
We'll explore this class in greater detail in Chapter 5, Basic Object-Oriented Programming in Scala.
我们会在《第5章-Scala基础面向对象编程》中来探索这个类的更多细节。
We’ll discuss this more in the section called “When Accessor Methods and Fields Are Indistinguishable: The Uniform Access Principle” in Chapter 6, Advanced Object-Oriented Programming In Scala.
我们会在《第6章 -Scala高级面向对象编程》的“当方法和字段存取器无法区分时:唯一存取的原则”章节来更多的讨论这一点。
We'll discuss these exceptions in Chapter 5, Basic Object-Oriented Programming in Scala.
我们会在《第5章-Scala基础面向对象编程》中讨论这些例外。
We will discuss the visibility rules and keywords in the section called "visibility rules" in Chapter 5, Basic Object-Oriented Programming in Scala.
我们会在《第5章-Scala面向对象编程》中的“可见度规则”章节来讨论可见度的规则和对应的关键字。
We'll discuss overriding abstract and concrete members in detail in Chapter 6, Advanced Object-Oriented Programming in Scala.
我们会在《第6章-Scala高级面向对象编程》中详细讨论重写抽象和具体成员。
We'll see how in the section called "Overriding Abstract Types" in Chapter 6, Advanced Object-Oriented Programming in Scala.
我们会在《第6章-Scala高级面向对象编程》中的“重写抽象类型”章节看到如何做到这一点。
We'll explore the visibility rules in the section called "visibility rules" in Chapter 5, Basic Object-Oriented Programming in Scala.
我们会在《第5章-Scala基础面向对象编程》的“可见性规则”章节来探索可见性规则。
We’ll discuss abstract types in more detail in Chapter 5, Basic Object-Oriented Programming in Scala.
我们会在《第5章,Scala基础面向对象编程》中详细讨论抽象类型。
For constructing arbitrarily-complex hierarchies, see the section called "Linearization of an Object's Hierarchy" in Chapter 7, the Scala Object System.
对于构造任意复杂的结构,参见《第7章-Scala对象系统》的“对象结构的线性化”章节。
See the section called "Overriding Members of Classes and Traits" in Chapter 6, Advanced Object-Oriented Programming in Scala for more details.
参见《第6章-Scala高级面向对象编程》的“重写Classes和Traits的成员”章节获取更多细节。
We'll see another useful example of named and default arguments when we discuss case classes in the section called "case classes" in Chapter 6, Advanced Object-Oriented Programming in Scala.
我们会在《第6章-Scala高级面向对象编程》中的“CaseClass(案例类)”中看到另外一个使用命名参数和默认参数的例子。
We'll learn one technique that helps when we discuss sealed class hierarchies in the section called "sealed class hierarchies" in Chapter 7, the Scala Object System.
我们会在《第7章-Scala对象系统》的“完成类(sealedclass)结构”讨论完成类的结构时学习到其中一种技术。
Chapter 5. Basic Object-Oriented Programming in scala.
第5章Scala基础面向对象编程。
See the section called "the Predef Object" in Chapter 7, the Scala Object System for details on the types and methods that are automatically imported or defined.
参见《第7章- Scala Obejct系统》的“预定义object”章节来获取更多有关自动导入类型和方法的信息。
We’ll revisit these questions in the section called “Overriding Members of Classes and Traits” in Chapter 6, Advanced Object-Oriented Programming In Scala.
我们会在《第6章- Scala高级面向对象编程》的”重写类和Traits 的成员“重温这个问题。
We'll discuss Scala List's more in the section called "the Scala Type Hierarchy" in Chapter 7, the Scala Object System and also in Chapter 8, Functional Programming in Scala.
我们会在《第7章-Scala对象系统》的“scala类型结构”章节和《第8章- scala函数式编程》中讨论更多有关List的细节。
Chapter one of the article analyzes the basic content and notion of the object of right.
论文第一章简要阐述了权利客体的基本内容和观念。
Chapter one of the article analyzes the basic content and notion of the object of right.
论文第一章简要阐述了权利客体的基本内容和观念。
应用推荐