How did you implemented classes in your project?



How did you implemented classes in your project?..

Answer / 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

More C Sharp Interview Questions

What is default value of enum c#?

0 Answers  


Why do we need a finally block in try catch block while handling exceptions

4 Answers   IBM,


Why do we need collections in c#?

0 Answers  


What does f mean in c#?

0 Answers  


Can we inherit an abstract class in another abstract class. If no why and If yes how..?

2 Answers  






What are types of constructor?

0 Answers  


How to open a new form on button click in Windows forms?

0 Answers   Viscus Infotech,


Why attributes are used in c#?

0 Answers  


i am using windows authentication for c#.net remoting with iis.I uncheck the anonymous access option in directory security.when my client requests the server it returns 401:unauthorized error.How can I resolve the exception ? Please send me the reply as early as possible.

1 Answers  


What do you mean by stack and heap in c#?

0 Answers  


How to find the current application file path while runtime?

0 Answers  


Difference between multi-level and multiple inheritance?

17 Answers   Microsoft,


Categories