Usage for hash tag: Objects

  1. C

    Ask discuss about python objects

    ...hơn. ## hashtags * #Python * #các đối tượng * #cấu trúc dữ liệu * #Programming * #mã hóa ======================================= #Python #Objects #datastructures #Programming #Coding ## What is a Python object? In Python, an object is a data structure that contains data and methods...
  2. B

    Share C# Class: Hướng Dẫn Định Nghĩa và Sử Dụng Lớp Trong C#

    ...class MyDerivedClass : MyClass { // Additional properties and methods } ``` Classes are an essential part of OOP in C#. They allow you to create complex objects with their own properties and methods. ## Hashtags * #csharp * #object-oriented-programming * #Classes * #Inheritance * #Objects
  3. H

    Share to string format c#

    ...that is used in many different programming languages. In C#, the `ToString()` method is defined in the `Object` class. This means that all objects in C# have a `ToString()` method. The `ToString()` method can be used to convert any object to a string. However, the exact output of the...
  4. N

    Share to string c#

    ...a few different ways to convert an object to a string. The most common way is to use the `ToString()` method. This method is available on all objects, and it will return a string representation of the object. For example, the following code will convert a `DateTime` object to a string...
  5. D

    Share equals c#

    ...* #Comparison * #các đối tượng ======================================= ## Equals in C# The equals operator in C# is used to compare two objects to see if they are the same. The syntax for the equals operator is: ``` obj1 == obj2 ``` Where `obj1` and `obj2` are the two objects to be...
  6. T

    Share Sử dụng Class và đối tượng trong VB.NET

    #vb.net #Classes #Objects #Theo dõi hướng đối tượng #Programming ## Sử dụng các lớp và đối tượng trong vb.net Các lớp và đối tượng là nền tảng của lập trình hướng đối tượng (OOP) trong vb.net.Một lớp là một bản thiết kế để tạo các đối tượng và một đối tượng là một thể hiện của một lớp.Các lớp...
  7. K

    Share vb.net error 5

    ...fixing Error 5: * **Check your spelling.** Make sure you have spelled the variable or object name correctly. * **Declare your variables and objects.** If you are using a variable or object that has not been declared, you need to declare it before you can use it. * **Check the scope of your...
  8. T

    Share get set property in vb.net

    ...of using a property to get and set the name of a person: ```vbnet Dim person As New Person() person.Name = "John Doe" Console.WriteLine(person.Name) ``` This code will print the following output to the console: ``` John Doe ``` ## Hashtags * #vb.net * #property * #oop * #Classes * #Objects
Join Telegram ToolsKiemTrieuDoGroup
Back
Top