Flashcard on C++_1

Flashcard on C++_1

Assessment

Flashcard

Computers

Professional Development

Hard

Created by

Quizizz Content

FREE Resource

Student preview

quiz-placeholder

20 questions

Show all answers

1.

FLASHCARD QUESTION

Front

One of the concepts in "C" programming language reminds us the creation of "Class" in C++. Can you identify the C Concept from the following? Array, Pointer, Structure, Functions

Back

Structure

2.

FLASHCARD QUESTION

Front

This Object oriented Programming concept is a user defined data type, which has data members and member functions within it. What is that OOP concept?

Back

Class

3.

FLASHCARD QUESTION

Front

Which is a collection of objects of similar type? Options: Data Member, Member Function, Class, Inheritance

Back

Class

4.

FLASHCARD QUESTION

Front

The syntax for creating an object (obj) for the class (Student) is _______

Back

Student obj;

5.

FLASHCARD QUESTION

Front

In OOP, the concept of wrapping up of data and function into a single unit is called as __________

Back

Encapsulation

6.

FLASHCARD QUESTION

Front

Which of the following best defines a class? Options: Parent of an object, Instance of an object, Blueprint of an object, Scope of an object

Back

Instance of an object

7.

FLASHCARD QUESTION

Front

What is the additional feature in classes that was not in structures? Options: Data Members, Member Functions, Definition ending with semicolon, Public Access Specifier

Back

Member Functions

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?