Skip to content
CodeWiki
Practice
Paths
Tracks
Cheatsheets
Playground
Glossary
AI era
Search
⌘K
English
English
Chinese
Practice
Paths
Tracks
Cheatsheets
Playground
Glossary
AI era
English
English
Chinese
Practice
/
Quiz
/
C#
/
Records
Which statement about positional record structs is correct?
from Records
C# 14 / .NET 10
intermediate
1 min
Which statement about positional record structs is correct?
A record struct has read-write positional properties by default; readonly record struct makes them init-only.
Every positional record form generates init-only properties.
record struct is a reference type that supports record inheritance.
Declaring a constructor prevents default(T) from existing.
Check
Ask AI about this kata
Report an error
previous kata
What does this shallow-copy example print?
Predict the output
next kata
Review a generated search cache key
Review AI code
A new version is available
Reload