What is a class in unity?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Sharp Interview Questions

Can an array be null c#?

0 Answers  


Why interface is required?

0 Answers  


An abstract class is inherited, an Interface also inherited(multiple inheritance), How it differences.

6 Answers   Synechron,


About delegates and events?

2 Answers   ADITI,


Using system; class main { public static void Main() { int a = 1; for (int i = 0; i < 10; i++) { int j = a * 5; Console.WriteLine(a + "*5=" + j); a++; } Console.ReadLine(); } }

1 Answers  






Why c# is called type safe language?

0 Answers  


what is the main differnce between const,readonly and static

3 Answers   Beehive Systems, CDAC,


Why delegate is used in c#?

0 Answers  


Does c# support c type macros?

0 Answers  


What is property in c#?

0 Answers  


What's the difference between abstraction and encapsulation?

0 Answers  


what is an event? Define delegate?

0 Answers  


Categories