Search:

Type: Posts; User: Bad Words

Search: Search took 0.01 seconds.

  1. Replies
    1
    Views
    2,383

    You don't need to pass the table name to the...

    You don't need to pass the table name to the Fill() method if you're just going to access it by index. Conversely, if you do pass that argument, you can then access the table with...
  2. Replies
    2
    Views
    3,850

    The purpose of public properties or methods is to...

    The purpose of public properties or methods is to hide private data, and to maintain its integrity (encapsulation). You can also assign different access levels to the get or set to make them...
  3. Replies
    4
    Views
    4,492

    The thing is in AI languages such as Prolog, you...

    The thing is in AI languages such as Prolog, you don't really deal with algorithms so much as with rules and logic. These concepts don't even exist in procedural or object oriented languages. If...
  4. Replies
    4
    Views
    4,492

    With respect to AI, it probably is necessary to...

    With respect to AI, it probably is necessary to consider the target language, as a large number of AI books use logic based languages like prolog which are quite different than C#.
Results 1 to 4 of 4