معنی فارسی singleton

B2

singleton به معنای نمونه منحصر به فرد، روشی از برنامه‌نویسی است که در آن تنها یک نمونه از یک کلاس می‌تواند وجود داشته باشد.

A design pattern that restricts a class to a single instance and provides a global point of access to that instance.

noun
معنی(noun):

A playing card that is the only one of its suit in a hand, especially at bridge.

معنی(noun):

A hand containing only one card of a certain suit.

معنی(noun):

A single object, especially one of a group.

معنی(noun):

A class that may not be instantiated more than once, i.e. that implements the singleton design pattern.

معنی(noun):

A set with exactly one element.

معنی(noun):

A child or animal that is born singly, not as a twin or other multiple birth.

مثال:

singleton preterm birth

معنی(noun):

A person without a romantic partner.

معنی(noun):

A person without a dissociative identity.

معنی(noun):

A single consonant, as opposed to a geminated consonant.

مثال:

singleton sonorants

example
معنی(example):

یک singleton کلاسی است که می‌تواند تنها یک نمونه داشته باشد.

مثال:

A singleton is a class that can have only one instance.

معنی(example):

در برنامه‌نویسی، یک الگوی طراحی singleton تضمین می‌کند که تنها یک شی از یک کلاس وجود داشته باشد.

مثال:

In programming, a singleton design pattern ensures there is only one object of a class.

معنی فارسی کلمه singleton

: معنی singleton به فارسی

singleton به معنای نمونه منحصر به فرد، روشی از برنامه‌نویسی است که در آن تنها یک نمونه از یک کلاس می‌تواند وجود داشته باشد.