C# Vize + Final Ders Notları 12 – indexer Örnek
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace ConsoleApplication7
{
/* Personel adında sınıf ...
C# Vize + Final Ders Notları 11 – İndexleyiciler(indexer)
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
/*
* bir indexer nesnelere dizi gibi davranılmasını sağlar. ...
C# Vize + Final Ders Notları 10 – Arayüzler(interface)
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace ConsoleApplication4
{
//interfacelerin kullanımı ...
C#Vize + Final Ders Notları 9 – Arayüzler(interface)
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace ConsoleApplication1
{
/*Calisan isminde arayüz sınıf oluşturun.
* calis isminde ...
C# Vize + Final Ders Notları 8 – Özet(abstract) Sınıflar
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
//özet sınıflar tek başına anlamlı bir nesneyi ifade etmediği durumlarda kullanılır. özet ...
C# Ders Notları 7 – Virtual ve Override
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace ConsoleApplication8
{
//Insan adında sınıf oluşturun ve değer döndürmeyen parametresiz ...
C# Vize + Final Ders Notları 6 – Property Örnekleri
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace ConsoleApplication4
{
/*ISCI adında sınıf oluşturun. Sınıf içersine;
* IDNO adında ...
C# Vize + Final Ders Notları 5 – Kalıtım ve Yapıcı Metotlar
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace ConsoleApplication4
{
public class A //A adında class oluşturuldu.
{
public A(int value)//Yapıcı ...
C# Vize + Final Ders Notları 4 – Yapıcı Metotlar(Constructor)
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace ConsoleApplication8
{
/*KahveFincani adında class oluşturun.
* Yapıcı metoduna tam ...
C# Vize + Final Ders Notları 3 – Property(özellik, get, set)
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace ConsoleApplication4
{
/*
* Telefonlar adında class oluşturun.
* garantiSuresi ve ...






Son Yorumlar