
Understanding C# Classes and Objects

Quiz
•
Computers
•
10th Grade
•
Easy
Limor Tal
Used 2+ times
FREE Resource
6 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
מה הסינטקס להגדיר מחלקה
define class ClassName() { }
ClassName class { }
class ClassName { }
class: ClassName { }
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
איך יוצרים אובייקט של מחלקה
MyClass obj = MyClass();
MyClass obj;
MyClass obj = new MyClass();
new MyClass obj = new();
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
מה המטרה של הבנאי במחלקה
למחוק אובייקט לאחר שהוא נוצר
לאתחל אובייקט כאשר הוא נוצר
להגדיר את הפעולות של המחלקה
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
מה ההבדל בין מחלקה לאובייקט
מחלקה היא תבנית ליצירת אובייקטים. אובייקט הוא מופע של מחלקה.
מחלקה ואובייקט הם אותו דבר. אין הבדלים ביניהם
מחלקה היא מופע ספציפי של אובייקט. אובייקט מגדיר את המחלקה
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
מה היתרון של שימוש בפעולות קובעות ומאחזרות
הן מאפשרות גישה ישירה למשתנים
הן מספקות אבטחת מידע על ידי הגבלת גישה למשתנים
הן מקטינות את כמות הקוד הנדרש
הן מבטלות את הצורך בבנאים
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
איך ניתן להגדיר פעולה מאחזרת עבור משתנה פרטי במחלקה
public int GetVariable() { return this.variable; }
private int GetVariable() { return variable; }
public void GetVariable() { Console.WriteLine(this.variable); }
Similar Resources on Wayground
10 questions
OOP

Quiz
•
9th - 12th Grade
10 questions
Microsoft Teams

Quiz
•
KG - 12th Grade
11 questions
WORD

Quiz
•
5th - 12th Grade
11 questions
Grier SEMI - Unit 1: 1.03 &1.04

Quiz
•
9th - 12th Grade
11 questions
Syllabus Quiz

Quiz
•
9th - 12th Grade
10 questions
Hello welcome back....

Quiz
•
10th - 12th Grade
10 questions
Number Systems

Quiz
•
10th Grade
10 questions
Machine learning

Quiz
•
10th Grade
Popular Resources on Wayground
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
10 questions
Nouns, nouns, nouns

Quiz
•
3rd Grade
10 questions
9/11 Experience and Reflections

Interactive video
•
10th - 12th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
11 questions
All about me

Quiz
•
Professional Development
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
9 questions
Tips & Tricks

Lesson
•
6th - 8th Grade
Discover more resources for Computers
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
10 questions
1.2 OSI & TCP IP Models Quiz

Quiz
•
10th Grade
20 questions
Digital Citizenship

Quiz
•
8th - 12th Grade
35 questions
Computer Baseline Examination 2025-26

Quiz
•
9th - 12th Grade
13 questions
Problem Solving Process

Quiz
•
9th - 12th Grade
20 questions
Hardware vs. Software Quiz

Quiz
•
7th - 10th Grade
10 questions
Understanding Algorithms with Pseudocode and Flowcharts

Interactive video
•
9th - 12th Grade
19 questions
AP CSP Unit 1 Review (code.org)

Quiz
•
10th - 12th Grade