- C++ Classes and Objects
Bundle data and behavior together: define classes, construct objects, and use access specifiers, constructors, and methods.
2 minen - C++のクラスとオブジェクト
データと振る舞いをまとめる: クラスの定義、オブジェクトの生成、アクセス指定子、コンストラクタ、メソッド。
2 minja - Lớp và đối tượng trong C++
Gộp dữ liệu và hành vi thành một khối: định nghĩa lớp, tạo đối tượng, dùng access specifier, constructor và method.
2 minvi - C++类与对象
把数据和操作打包在一起:定义类、创建对象,使用访问修饰符、构造函数和方法。
3 minzh - C++ Control Flow: Conditionals and Loops
Make decisions with if/else and switch, and repeat work with while, do-while, and for loops in C++.
2 minen - C++の制御フロー: 条件分岐とループ
if/elseとswitchで判断し、while、do-while、forループで処理を繰り返すC++の基本を学ぶ。
2 minja - Luồng điều khiển trong C++: Rẽ nhánh và vòng lặp
Ra quyết định với if/else và switch, lặp lại công việc với while, do-while và for trong C++.
2 minvi - C++控制流:条件与循环
用if/else和switch做判断,用while、do-while和for循环重复执行任务。
3 minzh
Back