flutter oop part1 quiz

flutter oop part1 quiz

Professional Development

10 Qs

quiz-placeholder

Similar activities

Basic JavaScript

Basic JavaScript

Professional Development

15 Qs

Python Basics - First step of Baby python

Python Basics - First step of Baby python

Professional Development

10 Qs

Data Types and Variables

Data Types and Variables

Professional Development

10 Qs

Java Quiz

Java Quiz

KG - Professional Development

8 Qs

Q1 Introduction to Python

Q1 Introduction to Python

Professional Development

15 Qs

Recapitulation

Recapitulation

Professional Development

10 Qs

python

python

Professional Development

13 Qs

BÀI TẬP_KIỂU DỮ LIỆU VÀ KHAI BÁO BIẾN

BÀI TẬP_KIỂU DỮ LIỆU VÀ KHAI BÁO BIẾN

Professional Development

10 Qs

flutter oop part1 quiz

flutter oop part1 quiz

Assessment

Quiz

Professional Development

Professional Development

Hard

Created by

Mina Romany

Used 1+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

void main(){

var x= hh();print(9);var y =hh.fromy();}

class hh{hh(){print(10);}

hh.fromy(){print(11);}}

what is the output?

10

9

11

9

10

10

11

11

11

9

11

11

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image
Media Image
Media Image
Media Image

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

can the class have a function of its name?

false

true

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

main(){var ob1=Car().color;}

class Car{String color='red';}

what is ob1 data type?

Car

var

dynamic

String

none of these

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

class Home{}

main() {

var x=Home();var y=Home();

print(identical(x, y));

}

what is the output?

true

false

error

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

class Home{Home();}

main() {

var x=Home();var y=Home();

print(identical(x, y));

}

what is the output?

true

false

error

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

class Home{ Home();}

main() {

var x=const Home();var y=const Home();

print(identical(x, y));

}

what is the output?

true

false

error

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?