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

TypeScript | Object Types and Interfaces in TypeScript | Question5

Last Updated : Mar 22, 2025
Discuss
Comments

What is a primary advantage of using interfaces over type aliases?

A

They allow merging of declarations.

B

They provide better runtime performance.

C

They are easier to convert to JavaScript.

D

They allow defining callback functions.

Share your thoughts in the comments