..................., nesnelerin özelliklerini ve işlevlerini (davranışlarını) tanımlamak için kullanılan bir taslaktır. Bu taslak aracılığıyla nesneler (objects) oluşturulur.

Ntp Sınıf

Quiz
•
Computers
•
10th Grade
•
Hard
gamze suna
Used 4+ times
FREE Resource
33 questions
Show all answers
1.
FILL IN THE BLANK QUESTION
1 min • 1 pt
2.
FILL IN THE BLANK QUESTION
1 min • 1 pt
C#’ta sınıf tanımında ................... anahtar kelimesi kullanılır
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
class Dikdortgen
{
private int a, b;
public Dikdortgen(int a, int b)
{
this.a = a;
this.b = b; }
}
Yukarıda Dıkdortgen ,isimli sınıf tanımlaması yapılmıştır. Kenar uzunlukları 3 ve 4 olan bir nesne oluşturmak için aşağıdaki kodlardan hangisi kullanılır?
Dikdortgen yeni= new Dikdortgen(3, 4);
Dikdortgen d = new Dikdortgen();
d.a=3;
d.b=4
Dikdortgen d ;
d.a=3;
d.b=4
Dikdortgen d ;
a=3;
b=4
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
class Dikdortgen
{
public int a, b;
}
Yukarıda Dıkdortgen ,isimli sınıf tanımlaması yapılmıştır. Kenar uzunlukları 3 ve 4 olan bir nesne oluşturmak için aşağıdaki kodlardan hangisi kullanılır?
Dikdortgen yeni= new Dikdortgen(3, 4);
Dikdortgen d = new Dikdortgen();
d.a=3;
d.b=4
Dikdortgen d ;
d.a=3;
d.b=4
Dikdortgen d ;
a=3;
b=4
5.
FILL IN THE BLANK QUESTION
1 min • 1 pt
.................olarak tanımlanan ögeler üzerinde herhangi bir kısıtlama yoktur. Her yerden erişilebilirdir.
6.
FILL IN THE BLANK QUESTION
1 min • 1 pt
.............................: En katı erişim belirleyicidir. Ögeler sadece tanımlandığı sınıf içinde erişilebilirdir. Bir başka deyişle ögeler sadece tanımlandığı küme parantezleri arasında kullanılabilir.
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Sınıf içinde tanımlanmış herhangi türden (int, string vb.) bir değişkenlere ne denir?
nesne
metot
alan
özellik
Create a free account and access millions of resources
Similar Resources on Quizizz
30 questions
GDSC DEU & PYTHON

Quiz
•
9th - 12th Grade
32 questions
Unit 1 APCSA

Quiz
•
9th Grade - University
34 questions
CB30: Unit 2 Test Review

Quiz
•
9th - 12th Grade
29 questions
Próbny EE.09

Quiz
•
10th Grade
30 questions
C# Döngüler

Quiz
•
10th Grade
28 questions
C# Nesne Tabanlı Programlama

Quiz
•
10th Grade
28 questions
java conditionals, loops, and methods

Quiz
•
10th Grade
28 questions
Introduction to Programming in Java with Karel the Dog

Quiz
•
9th - 12th Grade
Popular Resources on Quizizz
15 questions
Character Analysis

Quiz
•
4th Grade
17 questions
Chapter 12 - Doing the Right Thing

Quiz
•
9th - 12th Grade
10 questions
American Flag

Quiz
•
1st - 2nd Grade
20 questions
Reading Comprehension

Quiz
•
5th Grade
30 questions
Linear Inequalities

Quiz
•
9th - 12th Grade
20 questions
Types of Credit

Quiz
•
9th - 12th Grade
18 questions
Full S.T.E.A.M. Ahead Summer Academy Pre-Test 24-25

Quiz
•
5th Grade
14 questions
Misplaced and Dangling Modifiers

Quiz
•
6th - 8th Grade
Discover more resources for Computers
17 questions
Chapter 12 - Doing the Right Thing

Quiz
•
9th - 12th Grade
20 questions
Types of Credit

Quiz
•
9th - 12th Grade
30 questions
Linear Inequalities

Quiz
•
9th - 12th Grade
20 questions
Taxes

Quiz
•
9th - 12th Grade
17 questions
Parts of Speech

Quiz
•
7th - 12th Grade
20 questions
Chapter 3 - Making a Good Impression

Quiz
•
9th - 12th Grade
20 questions
Inequalities Graphing

Quiz
•
9th - 12th Grade
10 questions
Identifying equations

Quiz
•
KG - University