hi friends,
in one console appli program.cs will come default na so leave that class
am created multiple classes like this (total there r 3 class program.cs & fibonacci.cs & prime.cs class)
1) fibonacci is one class
2)prime no is one class.
so here is my is that how can i run the prime class or fibonacci class.
Loading

Sam HobbsPosted Mar 26, 2011, 2:08 AM
The answer to your question is very fundamental and is available in many tutorials and books. Someone will probably try to help you but you will learn more from tutorials and books.
You need to describe your classes in terms of what methods of the classes that need to be called and how they need to be called. No one here knows the answer to that; it depends on how you created the classes.
VulpesPosted Mar 25, 2011, 7:37 AM