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
What is a console file?
List down the different ide’s provided by microsoft for c# development.
Define strong name in c#?
What is a bool in c#?
How does bubble sort work?
Which is faster dictionary or hashtable?
What problem does Delegate Solve?
Does main have to be static c#?
What is binary search tree in data structure?
What is ienumerable and iqueryable?
What is data adapter in c#?
Can datetime be null c#?
What are the types in c#?
Explain 'structure padding'?
What is Implicit conversion in C#?