Top 10 similar words or synonyms for explicitly

fraudulent    0.906817

effectively    0.898409

increased    0.897699

whether    0.896365

deafness    0.896246

adding    0.895214

right_child    0.895075

sustained    0.894942

installed    0.893880

roughly    0.892721

Top 30 analogous words or synonyms for explicitly

Article Example
Hàm tạo mặc định Or explicitly inhibited:
Hàm tạo mặc định If a class has no explicitly defined constructors, the compiler will implicitly declare and define a default constructor for it. This implicitly defined default constructor is equivalent to an explicitly defined one with an empty body. For example:
Hàm tạo mặc định On the other hand in C++11 a default constructor can be explicitly created:
Hàm tạo mặc định If constructors are explicitly defined for a class, but they are all non-default, the compiler will not implicitly define a default constructor, leading to a situation where the class does not have a default constructor. This is the reason for a typical error, demonstrated by the following example.
Chuyển đổi kiểu Trong khoa học máy tính, chuyển đổi kiểu hay ép kiểu (tiếng Anh: "type conversion", "type casting" hay "type coercion") là những cách khác nhau của việc thay đổi một thực thể của một kiểu dữ liệu sang kiểu khác.Ví dụ như chuyển đổi một giá trị số nguyên sang giá trị số thực dấu phẩy động hay sang biểu diễn văn bản của nó ở dạng chuỗi, và ngược lại. Chuyển đổi kiểu có thể tận dụng các tính năng nhất định của phân cấp kiểu hay trình bày dữ liệu. Hai khía cạnh quan trọng của chuyển đổi kiểu là nó xảy ra "ngầm" ("implicitly") hay "tường minh" ("explicitly"), và liệu thể hiện dữ liệu bên dưới được chuyển đổi từ dạng này sang sang dạng kia chỉ đơn thuần là "biên dịch lại" ("reinterpreted") như là thể hiện của kiểu dữ liệu kia. Nhìn chung, cả kiểu dữ liệu cơ bản và phức hợp đều có thể chuyển đổi.