Fast Track 12

Fast Track 12

Professional Development

20 Qs

quiz-placeholder

Similar activities

Structural and Behavioral Design Patterns

Structural and Behavioral Design Patterns

Professional Development

20 Qs

Conditional Sentence - Basic

Conditional Sentence - Basic

Professional Development

17 Qs

Python Training

Python Training

Professional Development

22 Qs

Glovo Challenge

Glovo Challenge

Professional Development

20 Qs

VOCABULARY REVISION MARCH

VOCABULARY REVISION MARCH

9th Grade - Professional Development

20 Qs

SLG ULI101 Week 12 - Bash II

SLG ULI101 Week 12 - Bash II

Professional Development

20 Qs

NFT & Crypto Terms

NFT & Crypto Terms

Professional Development

17 Qs

QUIZ 1

QUIZ 1

Professional Development

15 Qs

Fast Track 12

Fast Track 12

Assessment

Quiz

English, Computers

Professional Development

Medium

Created by

Chi Phan

Used 1+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

The default access specifer for the class members is
public
private
protected
None of the above.

2.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

By default the members of the structure are

private

protected
public
Access specifiers not applicable for structures.

3.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Pick up the valid declaration for overloading ++ in postfix form where T is the class name.
T operator++();
T operator++(int);
T& operator++();
T& operator++(int);

4.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

We can use this pointer in static member function of the class.
true
false

5.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Which operator is used to resolve the scope of the global variable?
−>
.
*
::

6.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Can we create a clone of a singleton object?
true
false

7.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Integer.valueOf is an example of Factory pattern.
false
true

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?