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

Do extension methods have to be static?

0 Answers  


What is a proxy of the server object in .NET Remoting?

1 Answers   BirlaSoft,


In which order the constructor is called for an inherited class?

0 Answers  


What is task parallel library?

0 Answers  


What is Satellite Assemblies ?

0 Answers   MCN Solutions,






What is the difference between protected and private?

0 Answers  


What is an escape sequence? Name some string escape sequences in c#.

0 Answers  


What is data binding with example?

0 Answers  


What is the difference between delegates and events in c#?

0 Answers  


Where is the output of TextWriterTraceListener redirected?

1 Answers  


What is the difference between readonly and const

4 Answers   Emphasis,


What are the fundamental principles of oo programming?

0 Answers  


Categories