Besonderhede van voorbeeld: 4574280236067241441

Metadata

Author: WikiMatrix

Data

Vietnamese[vi]
Example e = Example(0, 50); // Explicit call Example e(0, 50); // Implicit call Nếu lập trình viên không cung cấp hàm tạo cho một lớp, hầu hết mọi ngôn ngữ đều cung cấp một hàm tạo mặc định (default constructor).
Chinese[zh]
Example e = Example(0, 50); // Explicit call Example e(0, 50); // Implicit call 如果在编写一个可实例化的类时没有专门编写构造器,多数编程语言会自动生成缺省构造器。

History

Your action: