CSHARPOVICH Telegram 432
Какая из строк (помечены комментариями) вызовет ошибку компиляции?

interface IList
{
int Count { get; set; }
}

interface ICounter
{
void Count(int i);
}

interface IListCounter:IList, ICounter { }

class C
{
void Test(IListCounter x) //1
{
x.Count(1); //2
x.Count = 1; //3
}
}
public class Program
{
private static void Main(string[] args)
{

}
}



tgoop.com/csharpovich/432
Create:
Last Update:

Какая из строк (помечены комментариями) вызовет ошибку компиляции?

interface IList
{
int Count { get; set; }
}

interface ICounter
{
void Count(int i);
}

interface IListCounter:IList, ICounter { }

class C
{
void Test(IListCounter x) //1
{
x.Count(1); //2
x.Count = 1; //3
}
}
public class Program
{
private static void Main(string[] args)
{

}
}

BY Профессор Си


Share with your friend now:
tgoop.com/csharpovich/432

View MORE
Open in Telegram


Telegram News

Date: |

A vandalised bank during the 2019 protest. File photo: May James/HKFP. Earlier, crypto enthusiasts had created a self-described “meme app” dubbed “gm” app wherein users would greet each other with “gm” or “good morning” messages. However, in September 2021, the gm app was down after a hacker reportedly gained access to the user data. To edit your name or bio, click the Menu icon and select “Manage Channel.” A Telegram channel is used for various purposes, from sharing helpful content to implementing a business strategy. In addition, you can use your channel to build and improve your company image, boost your sales, make profits, enhance customer loyalty, and more. With the “Bear Market Screaming Therapy Group,” we’ve now transcended language.
from us


Telegram Профессор Си
FROM American