0%

Words that end in hodo

Unfortunately we didn’t found any matching words.
Maybe these words will be useful:
  • virtual storage access method — (database)   (VSAM) An IBM disk file storage scheme first used in S/370 and virtual storage. VSAM comprises three access methods: Keyed Sequenced Data Set (KSDS), Relative Record Data Set (RRDS), and Entry Sequenced Data Set (ESDS). Both IMS/DB and DB2 are implemented on top of VSAM and use its underlying data structures.
  • software method — Software Methodology
  • short ski method — a way of learning to ski, using short skis
  • vienna definition method — Vienna Development Method
  • vienna development method — (programming, specification)   (VDM) A program development method based on formal specification using the Vienna Development Method Specification Language (VDM-SL).
  • virtual sequential access method — Virtual Storage Access Method
  • object method — (programming)   In object-oriented programming, a function that is called, or "invoked", on an object, as opposed to a class method which is invoked on a class. For example, a class "Person" might have an object method to return a person's name and a class method to return the number of people. An object method called on an object of class C may be defined by C or may be inherited from one of C's superclasses.
  • unshod — not having shoes
  • class method — (programming)   1. A method that operates on a class object (an object of class "class"). A class method is really just an ordinary object method that happens to operate on class objects. A class method might, for example, return a list of objects representing the methods and attributes of the given class. 2. A static method.