• +91 9723535972
  • info@interviewmaterial.com

Dart Programming Interview Questions and Answers

Related Subjects

Question - What is type-checking in Dart?

Answer -

 In Dart, type-checking is used to check that a variable hold only specific to a data type.

String name = 'Smith';
int num = 10;
void main() {
String name = 1; // variable Not Match
}

Comment(S)

Show all Coment

Leave a Comment




NCERT Solutions

 

Share your email for latest updates

Name:
Email:

Our partners