Search code examples
What is it called when an object is initialized without a type?...

c#language-features

Read More
Dart: How to implement a similar situation like "when hashcode() is overridden, ==() should als...

dartlanguage-features

Read More
What is the tilde (~) in the enum definition?...

c#enumslanguage-featuresenumeration

Read More
Extending javascript with keywords...

javascriptlanguage-featuresfeasibility

Read More
What is the purpose of python's inner classes?...

pythonclassooplanguage-features

Read More
C# Null propagating operator / Conditional access expression & if blocks...

c#nulllanguage-featuresc#-6.0

Read More
How to type check a binary type alias in Typescript...

typescriptdesign-patternslanguage-featurestype-alias

Read More
Programming Constructs History...

language-agnosticprogramming-languageslanguage-featureshistory

Read More
Double dispatch in C#?...

c#design-patternslanguage-featuresdouble-dispatch

Read More
Why is there a `null` value in JavaScript?...

javascriptnulllanguage-features

Read More
Why use Clone()?...

c#language-features

Read More
Which programming language allows to update any class on-the-fly?...

programming-languageslanguage-features

Read More
Why is Objective-C considered a simple language?...

objective-clanguage-features

Read More
What is a maximum number of arguments in a Python function?...

pythonfunctionargumentslanguage-featureslimit

Read More
What is the overall design philosophy of php?...

phplanguage-designlanguage-featureslanguage-comparisons

Read More
Which C Features are influenced by/derived from C++ Features?...

c++clanguage-lawyerstandardslanguage-features

Read More
What features should C# 4.0 onwards have to encourage switching from Java?...

c#javaprogramming-languageslanguage-features

Read More
What are C macros useful for?...

cmacrosc-preprocessorlanguage-designlanguage-features

Read More
Does F# have a language construct to access the lexical scope (like python locals()/globals())...

testingf#metaprogramminglanguage-featuresfscheck

Read More
Java language spec: "an invocation of Class" as return type of method in annotation type...

javalanguage-features

Read More
What is the name of feature that allows separate function implementations for different values of pa...

programming-languagesterminologylanguage-features

Read More
How do I call “@” at-symbol quotation in C?...

clanguage-features

Read More
Methods in Ruby: objects or not?...

rubyobjectmethodslanguage-features

Read More
Where can I find the Java features list...

javalanguage-features

Read More
is there an alternative way of calling next on python generators?...

pythonlanguage-features

Read More
Is there any Scala feature that allows you to call a method whose name is stored in a string?...

scaladynamiclanguage-features

Read More
Why is 'last' called 'last' in Perl?...

perlsyntaxlanguage-featureslanguage-design

Read More
How can I pass my locals and access the variables directly from another function?...

pythonvariablesfunctionlanguage-features

Read More
Array/list vs Dictionary (why we have them at first place)...

arraysdictionarylanguage-featuresdata-structures

Read More
ForEach loop in Mathematica...

loopslanguage-featureswolfram-mathematica

Read More
BackNext