Intro to Classes C++

Intro to Classes C++

Assessment

Flashcard

Other

KG

Hard

Created by

Quizizz Content

FREE Resource

Student preview

quiz-placeholder

20 questions

Show all answers

1.

FLASHCARD QUESTION

Front

A ________ is blue print that defines certain characteristics and behavior. It is simply a representation of different types of objects.

Back

Class

2.

FLASHCARD QUESTION

Front

an object is a /an instance of _______________

Back

class

3.

FLASHCARD QUESTION

Front

A function can have _____ inside the parenthesis

Back

Arguments/Parameters

4.

FLASHCARD QUESTION

Front

A function that has no return type starts with:

Back

void

5.

FLASHCARD QUESTION

Front

A function that returns a whole number starts with the word

Back

int

6.

FLASHCARD QUESTION

Front

function is executed when it is

Back

called

7.

FLASHCARD QUESTION

Front

Fill in the blank to have this function work properly: _____ function ( ) {
int a = 4;
int b = 5;
cout<<a*b;
}

Back

void

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?