C# පොඩි උදව්වක් ඕනි...
මචන්ලා මට මේ ප්රශ්නෙට උත්තරේ කියන්ඩකෝ කව්රු හරි දන්න කෙනෙක්,ගොඩක් ස්තූතියි
මචන්ලා මට මේ ප්රශ්නෙට උත්තරේ කියන්ඩකෝ කව්රු හරි දන්න කෙනෙක්,ගොඩක් ස්තූතියි

Question :
1.Write a program using thread to print numbers 1-10 in such a way that the interval between printing two consecutive numbers is 10 second.
2.A system has two classes A and B
The class A contains a single method multiply and the interface B contains two methods add and subtract .
The class A has two private variable 'value1','value2' and two properties associates with them.By talking all the methods functionality as specified by their respective names provide a complete C# code for the above mentioned scenario.The main method calls all the methods specified in the class..




1.Write a program using thread to print numbers 1-10 in such a way that the interval between printing two consecutive numbers is 10 second.
2.A system has two classes A and B
The class A contains a single method multiply and the interface B contains two methods add and subtract .
The class A has two private variable 'value1','value2' and two properties associates with them.By talking all the methods functionality as specified by their respective names provide a complete C# code for the above mentioned scenario.The main method calls all the methods specified in the class..




