How to find No of classes,Packages,No of Methods per Classes
and Depth of Inheritance for selecting source code in
windows form application using c# .net? (Source code is
input Program. It may be Java or .net)
Please help me..) Thanks..)


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

Post New Answer

More C Sharp Code Interview Questions

. Write a program to print the following outputs using for loops $ $ $ $ $ $ $ $ $ $ $ $ $ $ $

3 Answers  


c# coding for a program that takes a 3 digit number n and finds out whether the number 2^n + 1 is prime, or if it is not prime find out its factors not using the Big-integer and Exponential Function's.

1 Answers   TCS,


How to pass multiple rows from one gridview to another gridview after clicking the checkbox.

1 Answers   Satyam,


Coding for using Nullable Types in C#?

1 Answers  


Write a program to convert postfix expression to infix expression.

0 Answers   Mind Tree,






Code for IP Address Comparison and Conversion in C#?

0 Answers  


program to check if a number is "perfect number".

1 Answers   Mind Tree, SoftSol,


Code for Searching for Multiple Matches with the MatchCollection Class?

0 Answers   TCS,


Code for Reading and writing from a file in c#?

1 Answers  


IS Array list is generic or non generic

1 Answers  


c# code to Count number of 1's in a given range of integer (0 to n)

0 Answers  


Hello Sir, Thanks for the Solution but, can you pls. Explain the coding for the Static Function & static variable from the below coding....waiting for Ans. class fact { public static void Main() { fact f=new fact(); int x=1; //Declaration of x as 1 int k=Convert.ToInt32(Console.ReadLine()); for(int i=1;i<=k;i++) { x= x *i; } System.Console.WriteLine(x); } }

0 Answers  


Categories
  • ASP.NET Code Interview Questions ASP.NET Code (46)
  • VB.NET Code Interview Questions VB.NET Code (9)
  • C Sharp Code Interview Questions C Sharp Code (51)
  • ADO.NET Code Interview Questions ADO.NET Code (8)