Interview Questions Answers.ORG
Interviewer And Interviewee Guide
Interviews
Quizzes
Home
Quizzes
Interviews Top World Wide Web Interviews:Action ScriptAJAXBasic InternetBloggingCascading Style Sheet CSSCSS3DHTMLDomain Name System (DNS)EcommerceHTMLHTML5JavaScriptjQueryjQuery KnockoutJSONJSONPUser Interface DesignerVBScriptW3CWeb 2.0 TechnologiesWeb 3.0 TechnologiesWeb BuildingWeb DevelopersWeb QualityWeb SecurityWeb SemanticWebmaster
Copyright © 2018. All Rights Reserved
Action Script Interview Question:
Explain what are the data types supported by ActionScript?
Submitted by: AdministratorAd
- ActionScripts consists of fundamental data types that allow users to create different types of data types.
The data types are defined in levels as follows:
- String: this is a collection of characters in the form of “Hello World” and it is useful to display it in a continuous form.
- Number: this consists of the numeric values that can be decimal form as well.
- Boolean: this consists of the binary format values that can have only values either “true” or “false”.
- Object: this is used as a data type and has the complex data type to inherit the properties from the other objects or classes.
- This way it provides flexibility to group the methods, functions and other objects.
Submitted by: Administrator
The data types are defined in levels as follows:
- String: this is a collection of characters in the form of “Hello World” and it is useful to display it in a continuous form.
- Number: this consists of the numeric values that can be decimal form as well.
- Boolean: this consists of the binary format values that can have only values either “true” or “false”.
- Object: this is used as a data type and has the complex data type to inherit the properties from the other objects or classes.
- This way it provides flexibility to group the methods, functions and other objects.
Submitted by: Administrator
Copyright 2007-2025 by Interview Questions Answers .ORG All Rights Reserved.
https://InterviewQuestionsAnswers.ORG.

https://InterviewQuestionsAnswers.ORG.
