Contructors

Contructors

Professional Development

30 Qs

quiz-placeholder

Similar activities

Quiz on Internal Combustion Engines

Quiz on Internal Combustion Engines

Professional Development

25 Qs

viscosity 1

viscosity 1

Professional Development

35 Qs

13.21 CABIN SYSTEM

13.21 CABIN SYSTEM

Professional Development

31 Qs

D 37 FACE THE CHALLENGE

D 37 FACE THE CHALLENGE

Professional Development

30 Qs

Instrumentacion parte 1

Instrumentacion parte 1

Professional Development

34 Qs

Module_3_PEC

Module_3_PEC

Professional Development

30 Qs

Exploring Web Services and Spring Boot

Exploring Web Services and Spring Boot

Professional Development

25 Qs

Contructors

Contructors

Assessment

Quiz

Engineering

Professional Development

Medium

Created by

SrinivasaRao SrinivasaRao

Used 5+ times

FREE Resource

30 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Media Image

What is the output of the given program?

Object will be created Successfully

Compile Time Error

Successfully Compiled, but no output

None

2.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Media Image

What is the output?

Sample

Compile Time error

Successfully comiled, but nothing will be printed

None

3.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Media Image

What is the output?

Compile Time error

Sample

Nothing will be printed

Run Time error

4.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Media Image

What is the output?

Compile Time error

During object creation virtual Default constructor will be created

Run Time error

None

5.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

What is a Constructor _________

Constructor is a Special Operator

Constructor is a Special keyword

Constructor is a Special Method

Constructor is a Special variable

6.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

What is the Syntax of the Constructor?

return_type Name()

{

}

data_type Name()

{

}

modifier Name()

{

}

none

7.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

When the constructor will be called/invoked?

It will not invoke directly, we need to call it explicitly

It will be invoked automatically during the object creation

It will be invoked during the main() method execution

None

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?