FUNPROGRAMING Telegram 9585
🔻 #نکته_آموزشی #سی_شارپ

🔶️ تعریف عملگر های سفارشی

class MyClass
{
private int number ;
public MyClass(int _number)
{
this.number = _number;
}
public static MyClass operator+ (MyClass c1, MyClass c2)
{
return new MyClass(c1.number + c2.number);
}
}
تعریف یک Operator overloading همیشه باید بصورت Static و Public باشد و مقدار برگشتی آن نیز نمیتواند void باشد.

🖥 @FunProGraming



tgoop.com/FunProGraming/9585
Create:
Last Update:

🔻 #نکته_آموزشی #سی_شارپ

🔶️ تعریف عملگر های سفارشی

class MyClass
{
private int number ;
public MyClass(int _number)
{
this.number = _number;
}
public static MyClass operator+ (MyClass c1, MyClass c2)
{
return new MyClass(c1.number + c2.number);
}
}
تعریف یک Operator overloading همیشه باید بصورت Static و Public باشد و مقدار برگشتی آن نیز نمیتواند void باشد.

🖥 @FunProGraming

BY Fun programming




Share with your friend now:
tgoop.com/FunProGraming/9585

View MORE
Open in Telegram


Telegram News

Date: |

Judge Hui described Ng as inciting others to “commit a massacre” with three posts teaching people to make “toxic chlorine gas bombs,” target police stations, police quarters and the city’s metro stations. This offence was “rather serious,” the court said. 2How to set up a Telegram channel? (A step-by-step tutorial) SUCK Channel Telegram In the “Bear Market Screaming Therapy Group” on Telegram, members are only allowed to post voice notes of themselves screaming. Anything else will result in an instant ban from the group, which currently has about 75 members. With the “Bear Market Screaming Therapy Group,” we’ve now transcended language.
from us


Telegram Fun programming
FROM American