How did you implemented classes in your project?
Answer Posted / mohammed fareed
This is frequently asking question in all level of
companies, So, the candidate boldly can say that, a project
developed under MVC- Model View Controller design pattern
classes are implemented, or a simple web application that
has Presentation Layer, Business Layer, Data Layer we need
to have classes without which we cannot develop the
application, or even a simple web application if we want to
have some methods to update database level we need a class.
| Is This Answer Correct ? | 5 Yes | 2 No |
Post New Answer View All Answers
Can a class be protected in c#?
How do you create partial methods?
What does assert() do in c#?
What is console readkey ()?
how to compare numbers and dispaly the largest ? *first thing I wanted to do is to input how many numbers to be compared *and then analyzed the largest then display it.
What is a template class?
What is access modifier in c#?
If dll and exe files are same it means you can deploy both the files in gac?
What is the use of return in c#?
What is generic method in c#?
What is argument in c#?
What is datareader c#?
I want to print "Hello" even before main() is executed. How will you achieve that?
What is default parameter in c#?
Explain the Different types of configuration files in .net?