معنی فارسی singleton
B2singleton به معنای نمونه منحصر به فرد، روشی از برنامهنویسی است که در آن تنها یک نمونه از یک کلاس میتواند وجود داشته باشد.
A design pattern that restricts a class to a single instance and provides a global point of access to that instance.
- noun
A playing card that is the only one of its suit in a hand, especially at bridge.
A hand containing only one card of a certain suit.
A single object, especially one of a group.
A class that may not be instantiated more than once, i.e. that implements the singleton design pattern.
A set with exactly one element.
A child or animal that is born singly, not as a twin or other multiple birth.
singleton preterm birth
A person without a romantic partner.
A person without a dissociative identity.
A single consonant, as opposed to a geminated consonant.
singleton sonorants
یک singleton کلاسی است که میتواند تنها یک نمونه داشته باشد.
A singleton is a class that can have only one instance.
در برنامهنویسی، یک الگوی طراحی singleton تضمین میکند که تنها یک شی از یک کلاس وجود داشته باشد.
In programming, a singleton design pattern ensures there is only one object of a class.
معنی فارسی کلمه singleton
:
singleton به معنای نمونه منحصر به فرد، روشی از برنامهنویسی است که در آن تنها یک نمونه از یک کلاس میتواند وجود داشته باشد.