• Courses
  • Tutorials
  • Practice
  • Contests
Switch to Dark Mode

TypeScript | Object Types and Interfaces in TypeScript | Question2

Last Updated : Mar 22, 2025
Discuss
Comments

Which of the following best describes object types in TypeScript?

A

They define the behavior of a class.

B

They enforce the structure of an object.

C

They allow dynamic type creation at runtime.

D

They enable asynchronous operations on objects.

Share your thoughts in the comments